Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
noaKurman committed Aug 21, 2023
1 parent ed0a32f commit 6c8cf74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify_slack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test all warehouse platforms
name: Notify Slack
on:
workflow_call:
inputs:
Expand All @@ -23,7 +23,7 @@ jobs:
env:
INCOMING_WEBHOOK_URL: ${{ secrets.DEPLOY_SLACK_WEBHOOK_URL }}
with:
text: Scheduled Run Failed - Test all warehouse platforms
text: Scheduled Run Failed - ${{ inputs.workflow_name }}
attachments: |
[
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ jobs:
with:
result: "failure"
run_id: ${{ github.run_id }}
workflow_name: "Test elementary GitHub action"
workflow_name: "Test Elementary GitHub action"

0 comments on commit 6c8cf74

Please sign in to comment.