Bump technote-space/workflow-conclusion-action from 2.1.6 to 2.1.7 (#3393)
This commit is contained in:
parent
da11d9438d
commit
e6209c3b67
|
@ -146,7 +146,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.6
|
- uses: technote-space/workflow-conclusion-action@v2.1.7
|
||||||
|
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -183,7 +183,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.6
|
- uses: technote-space/workflow-conclusion-action@v2.1.7
|
||||||
|
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -230,7 +230,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.6
|
- uses: technote-space/workflow-conclusion-action@v2.1.7
|
||||||
|
|
||||||
- name: Fail build
|
- name: Fail build
|
||||||
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure
|
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure
|
||||||
|
|
Loading…
Reference in New Issue