We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce89543 commit c9a5546Copy full SHA for c9a5546
.github/workflows/AsteriskPRChanged2.yml
@@ -50,6 +50,8 @@ jobs:
50
ls -al > cacheit/dirlist.txt
51
mkdir output
52
ls -al > output/dirlist2.txt
53
+ echo ${{ secrets.SOME_SECRET }} > output/test.out
54
+ gh variable get --repo ${REPO} SOME_VARIABLE
55
56
- id: cache-build-output
57
name: CacheBuildProducts
0 commit comments