Skip to content

Commit

Permalink
Merge branch 'main' into foot-fork-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Costallat authored Aug 15, 2024
2 parents 0c472fe + 5dba7b4 commit 66ef262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lua-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
args: .

- name: Run add and commit
if: ${{ ! github.event.pull_request.head.repo.fork }}
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
uses: EndBug/add-and-commit@v9
with:
author_name: GitHub Actions
Expand Down

0 comments on commit 66ef262

Please sign in to comment.