Skip to content

Commit

Permalink
FIx bracket typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 28, 2024
1 parent e788396 commit 9f9efc0
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 @@ -84,7 +84,7 @@ runs:
shell: bash
run: |
cd $GITHUB_ACTION_PATH
changelog=$(python github_query.py generate-release-changelog "${{ inputs.repo }}" "${{ inputs.query_parameters }}" "${{ inputs.date }}" "{{ inputs.changelog_labels }}"))
changelog=$(python github_query.py generate-release-changelog "${{ inputs.repo }}" "${{ inputs.query_parameters }}" "${{ inputs.date }}" "{{ inputs.changelog_labels }}")
delimiter="$(openssl rand -hex 8)"
{
echo "changelog<<${delimiter}"
Expand Down

0 comments on commit 9f9efc0

Please sign in to comment.