mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
ci(hotfix-pr-check): use env input from GitHub to read PR body (#2923)
This commit is contained in:
5
.github/workflows/hotfix-pr-check.yml
vendored
5
.github/workflows/hotfix-pr-check.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user