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 4743494 + 8ee63b6 commit 378bf76Copy full SHA for 378bf76
.github/workflows/build-pr.yml
@@ -74,7 +74,7 @@ jobs:
74
path: build/libs/*.jar
75
- name: Get JAR Artifact Download URL
76
id: get-artifact-url
77
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
78
with:
79
script: |
80
const runId = context.runId;
.github/workflows/label-listener.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Check for publish-pr label event
14
15
16
17
const label = context.payload.label?.name;
0 commit comments