Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BrookJeynes committed Jun 19, 2023
1 parent 7ab4ccb commit c1327c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: actions/setup-node@v3

- name: Get changed files
Expand Down

0 comments on commit c1327c7

Please sign in to comment.