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.
1 parent 31c4f7b commit f7ba4e5Copy full SHA for f7ba4e5
.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