Skip to content

Commit

Permalink
specify version
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Jan 27, 2025
1 parent a7b5970 commit d6794e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/positron-python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ jobs:

steps:
- name: Send Slack Notification
uses: midleman/slack-workflow-status@master
uses: midleman/slack-workflow-status@master@v1.0.0
with:
repo_token: ${{ secrets.POSITRON_GITHUB_PAT }}
slack_webhook_url: ${{ secrets.SLACK_TEST_RESULTS_WEBHOOK_URL }}
slack_webhook_url: ${{ secrets.SLACK_MARIE_WEBHOOK_URL }}
include_jobs_time: "false"
notify_on: "failure"

2 changes: 1 addition & 1 deletion .github/workflows/test-full-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- run: |
echo "Will notify on: ${{ env.notify_on }}"
- name: Notify Slack
uses: midleman/slack-workflow-status@master
uses: midleman/slack-workflow-status@master@v1.0.0
with:
repo_token: ${{ secrets.POSITRON_GITHUB_PAT }}
slack_webhook_url: ${{ secrets.SLACK_TEST_RESULTS_WEBHOOK_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack Notification
uses: midleman/slack-workflow-status@master
uses: midleman/slack-workflow-status@master@v1.0.0
with:
repo_token: ${{ secrets.POSITRON_GITHUB_PAT }}
slack_webhook_url: ${{ secrets.SLACK_TEST_RESULTS_WEBHOOK_URL }}
Expand Down

0 comments on commit d6794e2

Please sign in to comment.