Skip to content

Commit

Permalink
Replace double quote with single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jul 15, 2024
1 parent f3b4917 commit 671b90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_helm_chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
id: last_commit_msg
run: |
git fetch --depth=1 origin main
echo "LAST_COMMIT_MSG=$(git log --format=%B -n 1 FETCH_HEAD)" >> $GITHUB_ENV
echo 'LAST_COMMIT_MSG=$(git log --format=%B -n 1 FETCH_HEAD)' >> $GITHUB_ENV
- name: Send notification
uses: slackapi/[email protected]
Expand Down

0 comments on commit 671b90c

Please sign in to comment.