Skip to content

Commit

Permalink
updated deploy yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayprogrammer committed Jan 26, 2025
1 parent 4c5e36f commit 9407161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get Commit Details
id: commit_info
run: |
echo "commit_message=$(git log -1 --pretty=%B)" >> $GITHUB_ENV
echo "commit_message=$(git log -1 --pretty=%B | sed ':a;N;$!ba;s/\n/ /g' | sed 's/\"/\\"/g')" >> $GITHUB_ENV
echo "commit_author=$(git log -1 --pretty=%an)" >> $GITHUB_ENV
# Install dependencies
Expand Down

0 comments on commit 9407161

Please sign in to comment.