From 0929bea5a229fd01b98fe079635fd73824852a63 Mon Sep 17 00:00:00 2001 From: wispem-wantex Date: Sun, 1 Jun 2025 17:29:16 -0400 Subject: [PATCH] Update action name for offline labs --- .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 b715490..e6afff5 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -7,7 +7,7 @@ jobs: container: offline-twitter/go steps: - name: checkout - uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/wispem/shellcheckout@${{ github.ref }} + uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@${{ github.ref }} - name: wc -l run: wc -l action.yml