From 418b4dce410b6c6f9a8088846f76c7f72e939eaa Mon Sep 17 00:00:00 2001 From: Alie Date: Mon, 29 Jan 2024 14:16:39 +0100 Subject: [PATCH] print again for test --- .gitea/workflows/01_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/01_test.yaml b/.gitea/workflows/01_test.yaml index 955a785..5a0cdb4 100644 --- a/.gitea/workflows/01_test.yaml +++ b/.gitea/workflows/01_test.yaml @@ -13,7 +13,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - name: Get access token from secret - run: echo "${{ secrets.MASTODON_SECRET }}" > mastodon-data.toml + run: echo "${{ secrets.MASTODON_SECRET }}" > mastodon-data.toml && cat mastodon-data.toml - name: Check code run: cargo check - name: Run tests