aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-01-03 18:59:18 +0100
committerDamjan 9000 <damjan.9000@gmail.com>2024-01-03 18:59:18 +0100
commit251779f22d07b47d76f3d40f159d54ef635f0949 (patch)
treedc916463afb447544038f2a213ca056661a6bbe9
parent7832207303c09328e7c70717db2835f6c10087bd (diff)
parentc4055a2212c6a1515d07edae5a9de435543102d2 (diff)
Merge 'upstream/master' Improve stylua github workflow
-rw-r--r--.github/workflows/stylua.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml
index e189fe0..5ec9dab 100644
--- a/.github/workflows/stylua.yml
+++ b/.github/workflows/stylua.yml
@@ -1,6 +1,6 @@
# Check Lua Formatting
name: Check Lua Formatting
-on: pull_request
+on: pull_request_target
jobs:
stylua-check:
@@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
+ with:
+ ref: ${{ github.event.pull_request.head.sha }}
- name: Stylua Check
uses: JohnnyMorganz/stylua-action@v3
with: