Skip to content

Commit

Permalink
style: 오타 수정 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeeeyeon committed Sep 4, 2024
1 parent 8e295ac commit f9e92a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: $ {{ secrets.SLACK_CHANNEL }}
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
SLACK_COLOR: ${{ job.status }}
SLACK_TITLE: ${{ env.SLACK_PROFILE }} 서버 변경 사항
SLACK_MESSAGE: ${{ github.workflow }}

0 comments on commit f9e92a7

Please sign in to comment.