Skip to content

Commit

Permalink
Update workflow parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Nov 24, 2024
1 parent cbf0e12 commit bdb0560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reset_test_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
steps:
- name: Create GitHub Release
run: |
gh workflow run initial_release.yml --repo ${{ env.TARGET_REPO }} --inputs draft=false
gh workflow run initial_release.yml --repo ${{ env.TARGET_REPO }} --field draft=false
- name: Poll for Draft Release
# TODO check if draft release creation emmits a signal or something to avoid this kind of pulling
Expand Down

0 comments on commit bdb0560

Please sign in to comment.