Skip to content

Commit

Permalink
Changed PR_ID env var
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianTrommer committed Nov 7, 2024
1 parent dee11ec commit 05ab21a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,11 @@ jobs:
- name: Save pull request artifact
if: github.event_name == 'pull_request'
env:
PR_ID: ${{ github.event.number }}
run: |
mkdir -p ./artifact
printf '{
"is_pr": true,
"pr_id": $PR_ID
"pr_id": ${{ github.event.number }}
}' >> ./artifact/artifact.json
- name: Save merge artifact
Expand Down

0 comments on commit 05ab21a

Please sign in to comment.