Skip to content

Commit

Permalink
update workflow with inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft committed Sep 11, 2023
1 parent e7d3f16 commit 8e82786
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/closeOnRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ jobs:
- name: Close issues marked 'fixed-pending-release' upon a release.
uses: gcampbell-msft/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
label: ${{ inputs.label }}
message: ${{ inputs.message }}
isExternalRelease: ${{ inputs.isExternalRelease }}

0 comments on commit 8e82786

Please sign in to comment.