Skip to content

Commit

Permalink
try conditional execution fix
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Aug 30, 2023
1 parent b669ad6 commit aa94233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:


auto-generate-release-notes:
if: github.event.inputs.externalCall
if: ${{ inputs.externalCall }}
name: Gen ${{ github.event.inputs.endtag }} notes
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit aa94233

Please sign in to comment.