Skip to content

Commit

Permalink
Update count_themes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Oct 8, 2024
1 parent fa97e2a commit b02e2e0
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/count_themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ jobs:
uses: UnlyEd/[email protected]
with:
variables: THEMES_NUMBER="$THEMES_NUMBER"

create-envfile:
needs: count
runs-on: ubuntu-latest
steps:
- name: Make envfile
uses: SpicyPizza/[email protected]
with:
envkey_THEMES_NUMBER: ${{ vars.THEMES_NUMBER }}
file_name: .env
fail_on_empty: true
sort_keys: false
- name: Make envfile
uses: SpicyPizza/[email protected]
with:
envkey_THEMES_NUMBER: ${{ vars.THEMES_NUMBER }}
file_name: .env
fail_on_empty: true
sort_keys: false

0 comments on commit b02e2e0

Please sign in to comment.