File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Test
2-
32on :
43 push :
5- pull_request :
6- workflow_dispatch :
7-
84jobs :
95 build :
106 name : Build
139 steps :
1410 - uses : actions/checkout@v3.1.0
1511 - run : |
16- mkdir artifacts
17- echo "===== Attempt 1 ====" > artifaces /${GITHUB_SHA}
12+ mkdir artifacts
13+ echo "===== Attempt 1 ====" > artifacts /${GITHUB_SHA}
1814 - name : Archive logs
1915 uses : actions/upload-artifact@v3
2016 if : always()
2117 with :
22- name : resources
18+ name : ${{ github.sha }}
2319 retention-days : 1
2420 path : artifacts/
25-
21+ find :
22+ name : find
23+ needs : build
24+ runs-on : ubuntu-latest
25+ steps :
2626 - name : Find URL
27+ run : |
28+ echo
29+ "Authorization: xyz"
30+ '{ "branch": "'${GITHUB_REF##*/}'", "sha": "'${GITHUB_SHA}'", "variable": { "URL": "TODO" } }'
Original file line number Diff line number Diff line change 11# artifact-url-testing
22
3- change
3+ chang
You can’t perform that action at this time.
0 commit comments