Skip to content

Commit

Permalink
See if adding target helps
Browse files Browse the repository at this point in the history
  • Loading branch information
javila35 committed Jun 9, 2021
1 parent 25d2a59 commit 7cca2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
ref: ${{ github.event.pull_request_target.head.ref }}

- name: Run prettier
uses: creyD/prettier_action@v3.3
Expand Down

0 comments on commit 7cca2d6

Please sign in to comment.