build: remove erroneous lin in run section
This commit is contained in:
parent
1ed5f3ecaf
commit
b13fb5e6aa
|
@ -42,7 +42,6 @@ jobs:
|
|||
run: |
|
||||
echo "${{ toJSON(github.event.pull_request) }}" >> pr.json
|
||||
echo "pr_number=$(jq -r '.number' pr.json)" >> $GITHUB_ENV
|
||||
if: ${{ steps.release.outputs.prs_created }}
|
||||
if: ${{ steps.release.outputs.prs_created }}
|
||||
- name: Checkout PR code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue