Bump technote-space/workflow-conclusion-action from 2.1.7 to 2.2 (#4054)

Bumps [technote-space/workflow-conclusion-action](https://github.com/technote-space/workflow-conclusion-action) from 2.1.7 to 2.2.
- [Release notes](https://github.com/technote-space/workflow-conclusion-action/releases)
- [Changelog](https://github.com/technote-space/workflow-conclusion-action/blob/main/.releasegarc)
- [Commits](https://github.com/technote-space/workflow-conclusion-action/compare/v2.1.7...v2.2)

---
updated-dependencies:
- dependency-name: technote-space/workflow-conclusion-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-07 11:40:03 +09:00 committed by GitHub
parent ec99db5e5b
commit ce85fd963c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -194,7 +194,7 @@ jobs:
steps: steps:
# run this action to get workflow conclusion # run this action to get workflow conclusion
# You can get conclusion by env (env.WORKFLOW_CONCLUSION) # You can get conclusion by env (env.WORKFLOW_CONCLUSION)
- uses: technote-space/workflow-conclusion-action@v2.1.7 - uses: technote-space/workflow-conclusion-action@v2.2
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4
with: with:

View File

@ -290,7 +290,7 @@ jobs:
steps: steps:
# run this action to get workflow conclusion # run this action to get workflow conclusion
# You can get conclusion by env (env.WORKFLOW_CONCLUSION) # You can get conclusion by env (env.WORKFLOW_CONCLUSION)
- uses: technote-space/workflow-conclusion-action@v2.1.7 - uses: technote-space/workflow-conclusion-action@v2.2
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4
with: with:

View File

@ -290,7 +290,7 @@ jobs:
steps: steps:
# run this action to get workflow conclusion # run this action to get workflow conclusion
# You can get conclusion by env (env.WORKFLOW_CONCLUSION) # You can get conclusion by env (env.WORKFLOW_CONCLUSION)
- uses: technote-space/workflow-conclusion-action@v2.1.7 - uses: technote-space/workflow-conclusion-action@v2.2
- name: Fail build - name: Fail build
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure