From 0ddf7364fc9da285606476416d48cbc9ed79ee9d Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 15 Oct 2023 17:16:30 -0600 Subject: [PATCH] use base64 encoding --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 9571372..1f70cd9 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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