Bump technote-space/workflow-conclusion-action from 2.1.6 to 2.1.7 (#3393)

This commit is contained in:
dependabot[bot] 2021-06-24 11:07:35 +03:00 committed by GitHub
parent da11d9438d
commit e6209c3b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,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.6
- uses: technote-space/workflow-conclusion-action@v2.1.7
- uses: actions/checkout@v2.3.4
with:

View File

@ -183,7 +183,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.6
- uses: technote-space/workflow-conclusion-action@v2.1.7
- uses: actions/checkout@v2.3.4
with:

View File

@ -230,7 +230,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.6
- uses: technote-space/workflow-conclusion-action@v2.1.7
- name: Fail build
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure