Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
borice committed May 13, 2024
1 parent cf75da4 commit fbfd96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
client-payload: >-
{
"image": "${{ fromJSON(steps.meta.outputs.json).tags[0] }}",
"commit_msg": ${{ format('[{0}]: {1}', github.head_ref || github.ref_name, env.HEAD_COMMIT_MESSAGE) }},
"commit_msg": "${{ format('[{0}]: {1}', github.head_ref || github.ref_name, env.HEAD_COMMIT_MESSAGE) }}",
"repository": "${{ github.event.repository.name }}",
"environment": "${{ github.event.inputs.environment }}",
"ref": "${{ github.head_ref || github.ref_name }}"
Expand Down

0 comments on commit fbfd96b

Please sign in to comment.