Skip to content

Commit

Permalink
Update slack-action-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas authored Aug 7, 2024
1 parent 41c23fe commit 100dab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/slack-action-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ jobs:
- name: create files
run: |
echo "This is test 1 actions repo" > a.txt
echo "I am awesome.txt. All good confirmed" > bb.txt
echo "this is verification from slack action. All good confirmed" > b.txt
ls -la
sleep 10
- name: slack test
uses: devwithkrishna/send-notifications-to-slack-from-github@feature/v1
uses: devwithkrishna/send-notifications-to-slack-from-github@main
env:
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
with:
Expand Down

0 comments on commit 100dab1

Please sign in to comment.