From f0a1ee8ed0d580253ae333ac7ff1f5ca400a9afb Mon Sep 17 00:00:00 2001 From: wispem-wantex Date: Sat, 7 Jun 2025 09:17:57 -0400 Subject: [PATCH] Remove versioning from shellcheckout step --- .gitea/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index dee92ab..99a8785 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -13,7 +13,7 @@ jobs: GOCACHE: /go-cache-volume/build-cache steps: - name: checkout - uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@${{ github.ref }} + uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout - name: debug run: |