Skip to content

Commit

Permalink
Bump actions/github-script from 6.3.1 to 6.3.2 (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 11, 2022
1 parent 9b28b70 commit fefea42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}`;
Expand Down

0 comments on commit fefea42

Please sign in to comment.