Skip to content

Commit

Permalink
build: use fromJSON instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Jan 12, 2024
1 parent c7c4ce3 commit 9af703b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
packages: scheme-basic
- name: Get PR number
run: |
echo ${{ toJSON(steps.release.outputs.pr) }} >> pr_json
echo ${{ fromJSON(steps.release.outputs.pr) }} >> pr_json
echo "pr_number=$(jq -r '.number' pr_json)" >> $GITHUB_ENV
if: ${{ steps.release.outputs.prs_created }}
- name: Checkout PR code
Expand Down

0 comments on commit 9af703b

Please sign in to comment.