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