Skip to content

Commit

Permalink
Try to use sha instead of ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Nov 14, 2024
1 parent 19eb8cc commit 79ed659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Wait
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
ref: ${{ github.sha }}
check-name: 'Build Docker Image Dependencies'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 3
Expand Down

0 comments on commit 79ed659

Please sign in to comment.