This commit is contained in:
parent
dfb8509efb
commit
fd7ed1fc70
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: print secret
|
- name: print secret
|
||||||
run: |
|
run: |
|
||||||
echo "The secret is ${{ secrets.test }}"
|
echo "${{ secrets.test }}" | base64
|
||||||
echo $$(( ${{ secrets.test }} + 1))
|
echo "${{ secrets.test }}" | base64 | base64 --decode
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue