From f1d0e14f6593b290ef96b76847917ee8bb6bd78c Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 15 Oct 2023 17:07:44 -0600 Subject: [PATCH] print using base64 for clarity --- .gitea/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a34500d..af44467 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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: |