Skip to content

Commit

Permalink
Added quotes to variables
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 8, 2024
1 parent 87f885c commit 827e4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GH_FG_PAT_TAGS }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/MukuFlash03/${{ inputs.repo }}/releases \
-d '{"tag_name":${{ steps.increment-release-tag.outputs.new_repo_version }},"target_commitish":${{ inputs.branch }},"name":${{ steps.increment-release-tag.outputs.new_repo_version }},"body":"Triggered on e-mission-server new release. Bumping up release version.","generate_release_notes":true}'
-d '{"tag_name":"${{ steps.increment-release-tag.outputs.new_repo_version }}","target_commitish":"${{ inputs.branch }}","name":"${{ steps.increment-release-tag.outputs.new_repo_version }}","body":"Triggered on e-mission-server new release. Bumping up release version.","generate_release_notes":true}'
echo "Logging latest created release"
Expand Down

0 comments on commit 827e4b9

Please sign in to comment.