Skip to content

Commit

Permalink
slack-action test
Browse files Browse the repository at this point in the history
  • Loading branch information
jadepark-dev committed Mar 18, 2024
1 parent b66b263 commit 5bae7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_leetcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: 8398a7/action-slack@v3
with:
status: "Hey it's time to leetcode, disable me if you want to be a loser"
status: "success"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
if: always() # Pick up events even if the job fails or is canceled.

0 comments on commit 5bae7d5

Please sign in to comment.