Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski authored Nov 2, 2023
1 parent 3ffb7df commit 098a80a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-report-deployment-status-to-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:

jobs:
test-report:
name: Test Slack report failure
name: Test Slack report
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

- uses: ./report-deployment-status-to-slack
with:
environment: US QA Cloud
Expand All @@ -23,6 +25,8 @@ jobs:
name: Test Slack report failure
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

- uses: ./report-deployment-status-to-slack
with:
project: Server
Expand Down

0 comments on commit 098a80a

Please sign in to comment.