We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31c4f7b + f7ba4e5 commit 9632064Copy full SHA for 9632064
.github/workflows/build-and-test.yaml
@@ -10,4 +10,6 @@ on:
10
11
jobs:
12
build-and-test:
13
- uses: IntelligenceModding/actions/.github/workflows/build-and-test.yaml@master
+ 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