Skip to content

Commit

Permalink
Update formatter-lua.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa authored Jan 20, 2024
1 parent f213c7d commit 7b3ee32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/formatter-lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0
token: ${{ secrets.MY_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 7b3ee32

Please sign in to comment.