Skip to content

Commit

Permalink
Merge pull request #28 from wikitongues/slack-alert
Browse files Browse the repository at this point in the history
Send Slack alert regardless of success or failure
  • Loading branch information
smrohrer authored Nov 2, 2024
2 parents 5578a43 + 31ad96e commit 0f03761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/loc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
python main.py ${{ github.event.client_payload.airtableId }}
- name: 'Post to #loc-automation-alerts'
if: ${{ !cancelled() }}
id: slack
uses: slackapi/[email protected]
with:
Expand Down

0 comments on commit 0f03761

Please sign in to comment.