Skip to content

Commit d72511d

Browse files
Merge pull request #11 from step-security/release
update readme
2 parents 9319e50 + d3bce4a commit d72511d

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

README.ja.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,4 @@ jobs:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
7373
if: env.WORKFLOW_CONCLUSION == 'failure' # 失敗を通知する場合
74-
```
75-
76-
### Success
77-
![Success](https://raw.githubusercontent.com/step-security/workflow-conclusion-action/images/success.png)
78-
79-
すべてのジョブが正常だったため、Slackアクションはスキップされます。
80-
81-
### Failure
82-
![Failure](https://raw.githubusercontent.com/step-security/workflow-conclusion-action/images/failure.png)
83-
84-
いくつかのジョブがスキップされた場合でもSlackアクションは実行されます。
85-
74+
```

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,4 @@ jobs:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
7373
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure
74-
```
75-
76-
### Success
77-
![Success](https://raw.githubusercontent.com/step-security/workflow-conclusion-action/images/success.png)
78-
79-
Slack action step is skipped because all jobs are success.
80-
81-
### Failure
82-
![Failure](https://raw.githubusercontent.com/step-security/workflow-conclusion-action/images/failure.png)
83-
84-
Slack action step has been executed even if some jobs were skipped.
74+
```

0 commit comments

Comments
 (0)