Skip to content

Commit

Permalink
Fix typo in variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 28, 2024
1 parent 66dfab5 commit a970cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
# INFO and
# INFO https://stackoverflow.com/questions/74137120/how-to-fix-or-avoid-error-unable-to-process-file-command-output-successfully/74232400#74232400
- name: Prepare Changelog
if: ${{ !inputs.changelog_labels }}
if: ${{ inputs.changelog_labels }}
id: write-changelog
shell: bash
run: |
Expand Down

0 comments on commit a970cdc

Please sign in to comment.