From 72cc9736009525e58a39bfa146500034c5a827e9 Mon Sep 17 00:00:00 2001 From: wispem-wantex Date: Sun, 1 Jun 2025 12:45:34 -0400 Subject: [PATCH] Add a ref --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index fc481a8..9e48564 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -6,6 +6,6 @@ jobs: test: container: offline-twitter/go steps: - - uses: https://git.offline-twitter.com/wispem/shellcheckout + - uses: https://git.offline-twitter.com/wispem/shellcheckout@${{ github.ref }} - run: wc -l action.yml