|
|
@ -99,6 +99,8 @@ jobs:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
if: always() # set "always"
|
|
|
|
if: always() # set "always"
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
|
|
|
|
- name: 🚚 Get latest code
|
|
|
|
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
# run this action to get the workflow conclusion
|
|
|
|
# run this action to get the workflow conclusion
|
|
|
|
# You can get the conclusion via env (env.WORKFLOW_CONCLUSION)
|
|
|
|
# You can get the conclusion via env (env.WORKFLOW_CONCLUSION)
|
|
|
|
- uses: technote-space/workflow-conclusion-action@v3
|
|
|
|
- uses: technote-space/workflow-conclusion-action@v3
|
|
|
|