Skip to content

Commit

Permalink
bump slack reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Sep 19, 2024
1 parent 7441392 commit afdd286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/positron-full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
if: ${{ failure() }}
steps:
- name: "Send Slack notification"
uses: testlabauto/action-test-results-to-slack@v0.0.2
uses: testlabauto/action-test-results-to-slack@v0.0.3
with:
github_token: ${{ secrets.POSITRON_GITHUB_PAT }}
slack_token: ${{ secrets.SMOKE_TESTS_SLACK_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/positron-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
if: ${{ failure() && needs.linux.outputs.target == 'smoketest-merge-to-main' }}
steps:
- name: 'Send Slack notification'
uses: testlabauto/action-test-results-to-slack@v0.0.2
uses: testlabauto/action-test-results-to-slack@v0.0.3
with:
github_token: ${{ secrets.POSITRON_GITHUB_PAT }}
slack_token: ${{ secrets.SMOKE_TESTS_SLACK_TOKEN }}
Expand Down

0 comments on commit afdd286

Please sign in to comment.