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:
parent
ec99db5e5b
commit
ce85fd963c
|
@ -194,7 +194,7 @@ jobs:
|
|||
steps:
|
||||
# run this action to get 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
|
||||
with:
|
||||
|
|
|
@ -290,7 +290,7 @@ jobs:
|
|||
steps:
|
||||
# run this action to get 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
|
||||
with:
|
||||
|
|
|
@ -290,7 +290,7 @@ jobs:
|
|||
steps:
|
||||
# run this action to get 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
|
||||
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure
|
||||
|
|
Loading…
Reference in New Issue