Skip to content

Commit

Permalink
Update check.yaml
Browse files Browse the repository at this point in the history
change ref in an attempt to correct checkout problems with forked repositories
  • Loading branch information
the-mayer authored Nov 21, 2024
1 parent 64527c9 commit 04e2cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}

- name: Install packages
run: npm install exiftool-vendored@26
Expand Down

0 comments on commit 04e2cd3

Please sign in to comment.