use base64 encoding
This commit is contained in:
parent
f1d0e14f65
commit
7a7f588a5e
@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test format
|
- name: Test format
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.TEST_SECRET }}" > ./.test_file
|
echo "${{ secrets.TEST_SECRET }}" | base64 -d > test_file
|
||||||
md5sum ./.test_file
|
md5sum ./.test_file
|
||||||
cat ./.test_file
|
cat ./.test_file
|
||||||
base64 ./.test_file
|
base64 ./.test_file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user