Skip to content

Commit

Permalink
Update code format
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Nov 2, 2023
1 parent 4aa12af commit 9c42122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Fetch PR sources
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
ref: "refs/pull/${{ github.event.number }}/merge"
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
path: pr-sources

Expand Down

0 comments on commit 9c42122

Please sign in to comment.