Skip to content

Commit

Permalink
feat(cicd): announce deploys XII
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Nov 14, 2023
1 parent ac864b2 commit 44b0959
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 @@ -159,7 +159,7 @@ jobs:
message="
👨‍💻 ${{ github.actor }} deployed:
🌐 [production](https://fiesta.plus)
📝 ${{ github.event.commits[0].message }}
📝 `${{ github.event.commits[0].message }}`
🔗 [see commit](https://github.com/${{ github.repository }}/commit/${{github.sha}})
"
curl -s \
Expand Down

0 comments on commit 44b0959

Please sign in to comment.