print using base64 for clarity
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been skipped
Example / Example (push) Failing after 50s

This commit is contained in:
Zuckerberg 2023-10-15 17:07:44 -06:00
parent 1367d74de1
commit f1d0e14f65

View File

@ -44,6 +44,7 @@ jobs:
echo "${{ secrets.TEST_SECRET }}" > ./.test_file
md5sum ./.test_file
cat ./.test_file
base64 ./.test_file
- name: Setup SSH Key
run: |