Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-stepsecurity committed Aug 26, 2024
1 parent e423080 commit d3bce4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
13 changes: 1 addition & 12 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: env.WORKFLOW_CONCLUSION == 'failure' # 失敗を通知する場合
```
### Success
![Success](https://raw.githubusercontent.com/step-security/workflow-conclusion-action/images/success.png)
すべてのジョブが正常だったため、Slackアクションはスキップされます。
### Failure
![Failure](https://raw.githubusercontent.com/step-security/workflow-conclusion-action/images/failure.png)
いくつかのジョブがスキップされた場合でもSlackアクションは実行されます。
```
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure
```
### Success
![Success](https://raw.githubusercontent.com/step-security/workflow-conclusion-action/images/success.png)
Slack action step is skipped because all jobs are success.
### Failure
![Failure](https://raw.githubusercontent.com/step-security/workflow-conclusion-action/images/failure.png)
Slack action step has been executed even if some jobs were skipped.
```

0 comments on commit d3bce4a

Please sign in to comment.