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

This commit is contained in:
Zuckerberg 2023-10-15 17:13:37 -06:00
parent f1d0e14f65
commit 7a7f588a5e

View File

@ -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