Skip to content

Commit

Permalink
Update StyLuaGitHubAction.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jun 10, 2024
1 parent ad04679 commit 594f37f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/StyLuaGitHubAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
permissions:
contents: write
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.label.name == 'format_all') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -26,4 +28,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v0.18.0
args: -- .
args: -- .

0 comments on commit 594f37f

Please sign in to comment.