Skip to content
Snippets Groups Projects
Unverified Commit 08f9ea69 authored by Diogo Mendes's avatar Diogo Mendes Committed by GitHub
Browse files

Rollback on version (#21257)

parent 336fe2de
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ jobs:
author: ${{ fromJson(steps.collect_pr_info.outputs.result).author }}
should_backport: ${{ fromJson(steps.collect_pr_info.outputs.result).hasBackportLabel }}
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v4
id: collect_pr_info
with:
script: |
......@@ -62,7 +62,7 @@ jobs:
outputs:
branch_name: ${{ steps.get_branch_name.outputs.result }}
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v4
id: get_branch_name
with:
result-encoding: string
......@@ -122,7 +122,7 @@ jobs:
needs: [pr_info, create_backport_pull_request]
if: ${{ failure() }}
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v4
with:
script: |
const { GITHUB_SERVER_URL, GITHUB_REPOSITORY, GITHUB_RUN_ID } = process.env;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment