Compare commits

2 Commits

Author SHA1 Message Date
e58501f105 Make it work for tags
All checks were successful
Self Test / test (push) Successful in 3s
2025-06-07 09:41:12 -04:00
0929bea5a2 Update action name for offline labs
All checks were successful
Self Test / test (push) Successful in 3s
2025-06-01 17:29:16 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ jobs:
container: offline-twitter/go container: offline-twitter/go
steps: steps:
- name: checkout - 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 - name: wc -l
run: wc -l action.yml run: wc -l action.yml

View File

@@ -14,5 +14,5 @@ runs:
set -x set -x
git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY"
git fetch --quiet origin "$GITHUB_REF" git fetch --quiet origin "$GITHUB_REF"
git checkout "$GITHUB_REF_NAME" git checkout FETCH_HEAD
shell: bash shell: bash