We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba0ef8 commit 00fb0f0Copy full SHA for 00fb0f0
.github/workflows/lts-backport.yaml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
add-to-backporting-project:
10
- if: "!contains(github.event.push.message, '[Next only]')"
+ if: "!contains(github.event.push.head_commit.message, '[Next only]')"
11
runs-on: ubuntu-latest
12
13
steps:
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
- uses: coursier/cache-action@v6
18
- uses: VirtusLab/[email protected]
19
- - run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.event.push.after }}
+ - run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
20
env:
21
GRAPHQL_API_TOKEN: ${{ secrets.GRAPHQL_API_TOKEN }}
22
0 commit comments