Skip to content

Commit

Permalink
backport of commit bf0a29e (#17489)
Browse files Browse the repository at this point in the history
Co-authored-by: John Murret <john.murret@hashicorp.com>
  • Loading branch information
2 people authored and huikang committed May 30, 2023
1 parent db9e1da commit eef6e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
backport:
if: github.event.pull_request.merged
runs-on: ubuntu-latest
container: hashicorpdev/backport-assistant:0.3.3
container: hashicorpdev/backport-assistant:0.3.4
steps:
- name: Run Backport Assistant for stable-website
run: |
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
curl -s -H "Authorization: token ${{ secrets.PR_COMMENT_TOKEN }}" \
-X POST \
-d "{ \"body\": \"${github_message}\"}" \
"https://api.github.com/repos/${GITHUB_REPOSITORY}/pull/${{ github.event.pull_request.number }}/comments"
"https://api.github.com/repos/${GITHUB_REPOSITORY}/pull/${{ github.event.pull_request.number }}/comments"

0 comments on commit eef6e56

Please sign in to comment.