Skip to content

Commit

Permalink
fix: init workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bensherred committed Nov 28, 2023
1 parent a33aa6a commit 613d98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
coverage: none

- name: Init
run: php init.php "$PACKAGE_NAME" "$PACKAGE_DESCRIPTION" "$AUTHOR_NAME" "AUTHOR_USERNAME" "AUTHOR_EMAIL"
run: php init.php "$PACKAGE_NAME" "$PACKAGE_DESCRIPTION" "$AUTHOR_NAME" "$AUTHOR_USERNAME" "$AUTHOR_EMAIL"
env:
PACKAGE_NAME: ${{ github.event.repository.name }}
PACKAGE_DESCRIPTION: ${{ github.event.repository.description }}
Expand Down

0 comments on commit 613d98c

Please sign in to comment.