File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 36
36
SCRIPT_DIR : ${{ github.workspace }}/asterisk-ci-actions/scripts
37
37
GH_TOKEN : ${{ github.token }}
38
38
LOG_DIR : ${{ github.workspace }}/logs
39
+ SOMEVAR : ${{ vars.SOME_VARIABLE }}
39
40
ACTIONS_OWNER : asterisk
40
41
ACTIONS_REPO : asterisk-ci-actions
41
42
ACTIONS_BRANCH : main
58
59
https://github.com/${ACTIONS_OWNER}/${ACTIONS_REPO}/archive/refs/heads/${ACTIONS_BRANCH}.tar.gz
59
60
tar -xf asterisk-ci-actions.tar.gz --transform="s/^${ACTIONS_REPO}-${ACTIONS_BRANCH}/asterisk-ci-actions/g"
60
61
ls -al
62
+
63
+ echo "SOME_VARIABLE: ${SOME_VARIABLE}"
61
64
62
65
gh --repo ${REPO} pr edit ${PR_NUMBER} --add-label bug
63
66
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ jobs:
51
51
mkdir output
52
52
ls -al > output/dirlist2.txt
53
53
echo "XXX${{ secrets.SOME_SECRET }}XXX" > output/test.out
54
- # gh variable get --repo ${REPO} SOME_VARIABLE
54
+ echo "VVV${{ vars. SOME_VARIABLE }}VVV" >> output/test.out
55
55
56
- - id : cache-build-output
57
- name : CacheBuildProducts
58
- uses : actions/cache/save@v4
59
- with :
60
- path : cacheit
61
- key : Cleanup2-${{ env.PR_NUMBER }}
56
+ # - id: cache-build-output
57
+ # name: CacheBuildProducts
58
+ # uses: actions/cache/save@v4
59
+ # with:
60
+ # path: cacheit
61
+ # key: Cleanup2-${{ env.PR_NUMBER }}
62
62
63
63
- name : Save Output
64
64
if : always()
You can’t perform that action at this time.
0 commit comments