Skip to content

Commit

Permalink
Disable overwrite parameter in caller workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 10, 2024
1 parent 8f89117 commit 79bc100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caller_workflows/addon_repo_release_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: ynput/ops-repo-automation/.github/workflows/release_trigger.yml@0.1.0
with:
draft: ${{ inputs.draft }}
release_overwrite: ${{ inputs.release_overwrite }}
# release_overwrite: ${{ inputs.release_overwrite }}
secrets:
token: ${{ secrets.YNPUT_BOT_TOKEN }}
email: ${{ secrets.CI_EMAIL }}
Expand Down

0 comments on commit 79bc100

Please sign in to comment.