We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233a144 commit dd82750Copy full SHA for dd82750
2 files changed
.sync/workflows/leaf/backport-to-release-branch.yml
@@ -58,7 +58,7 @@ on:
58
59
- name: Determine Contribution Info
60
id: backport_info
61
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
62
with:
63
script: |
64
const BOLD = "\u001b[1m";
@@ -98,7 +98,7 @@ on:
98
99
- name: Check if Backport is Requested
100
id: backport_check
101
102
103
104
if (${{ steps.backport_info.outputs.backport_needed }} === 'false') {
.sync/workflows/leaf/pull-request-formatting-validator.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Check for Validation Errors
if: env.VALIDATION_ERROR
core.setFailed('PR Formatting Validation Check Failed!')
0 commit comments