Skip to content

Commit

Permalink
ci: use env input from github to read pr body
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarSinghC committed Nov 20, 2023
1 parent a8cf2d5 commit 478f23f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hotfix-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:

- name: Get hotfix pull request body
shell: bash
run: |
echo '${{ github.event.pull_request.body }}' > hotfix_pr_body.txt
env:
PR_BODY: ${{ github.event.pull_request.body }}
run: echo $PR_BODY > hotfix_pr_body.txt

- name: Get a list of all original PR numbers
shell: bash
Expand Down

0 comments on commit 478f23f

Please sign in to comment.