Skip to content

Commit f7ba4e5

Browse files
authored
Update build-and-test.yaml
Not sure if it will fix the workflow issue, but worse a try? Signed-off-by: Kevin Z <zyxkad@gmail.com>
1 parent 31c4f7b commit f7ba4e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ on:
1010

1111
jobs:
1212
build-and-test:
13-
uses: IntelligenceModding/actions/.github/workflows/build-and-test.yaml@master
13+
uses: IntelligenceModding/actions/.github/workflows/build-and-test.yaml@master
14+
with:
15+
ref: ${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)