build: remove erroneous lin in run section

This commit is contained in:
Johan Larsson 2024-01-12 13:45:13 +01:00
parent 1ed5f3ecaf
commit b13fb5e6aa
1 changed files with 0 additions and 1 deletions

View File

@ -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