Skip to content

Commit

Permalink
Twiddling the dials
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Gibson committed Mar 18, 2024
1 parent 9bc2587 commit d07f904
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_publish_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: ncstate-sat/actions
path: actions
path: /tmp/actions

- name: Setup Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Send Failure Message on Slack if Tests Fail
if: ${{ failure() }}
uses: ./actions/slack-updates
uses: /tmp/actions/slack-updates
with:
channel-id: ${{ github.event.inputs.slack-channel-id || env.SLACK_CHANNEL_ID }}
message: "The tests for `${{ env.REPO_NAME }}` have failed."
Expand All @@ -71,7 +71,7 @@ jobs:
SLACK_UPDATES: ${{ github.event.inputs.slack-updates || env.SLACK_UPDATES }}

- name: Send Success Message on Slack
uses: ./actions/slack-updates
uses: /tmp/actions/slack-updates
with:
channel-id: ${{ github.event.inputs.slack-channel-id || env.SLACK_CHANNEL_ID }}
message: "The tests for `${{ env.REPO_NAME }}` have passed."
Expand Down

0 comments on commit d07f904

Please sign in to comment.