conf: action notify [test]

hotfix/paypal-note
Lei OT 2 years ago
parent ebd3962903
commit 29bb1847c9

@ -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

Loading…
Cancel
Save