use base64 encoding
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been skipped
Example / Example (push) Failing after 46s

This commit is contained in:
Zuckerberg 2023-10-15 17:16:30 -06:00
parent 7a7f588a5e
commit 0ddf7364fc

View File

@ -41,7 +41,7 @@ jobs:
- name: Test format
run: |
echo "${{ secrets.TEST_SECRET }}" | base64 -d > test_file
echo "${{ secrets.TEST_SECRET }}" | base64 -d > ./.test_file
md5sum ./.test_file
cat ./.test_file
base64 ./.test_file