-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/github-script from 6.3.1 to 6.3.2 (#2659)
- Loading branch information
1 parent
9b28b70
commit fefea42
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Extract backport target branch | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
id: target-branch-extractor | ||
with: | ||
result-encoding: string | ||
|
@@ -28,7 +28,7 @@ jobs: | |
return target_branch[1]; | ||
- name: Post backport started comment to pull request | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
script: | | ||
const backport_start_body = `Started backporting to ${{ steps.target-branch-extractor.outputs.result }}: https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${process.env.GITHUB_RUN_ID}`; | ||
|