Skip to content

Commit

Permalink
Fix v2 cherry-pick GH action (#9231)
Browse files Browse the repository at this point in the history
  • Loading branch information
hssyoo authored Jan 17, 2025
1 parent 9a0cfb8 commit 6c5d652
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doc-pr-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
run: |
gh pr checkout $PR_NUMBER
PR_COMMITS=$(gh pr view $PR_NUMBER --json commits --jq '.commits[].oid')
echo "PR_COMMITS=$PR_COMMITS" >> $GITHUB_OUTPUT
echo "PR_COMMITS<<EOF" >> "$GITHUB_OUTPUT"
echo "$PR_COMMITS" >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.inputs.pr_number }}
Expand Down

0 comments on commit 6c5d652

Please sign in to comment.