Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Dec 13, 2024
1 parent 2319569 commit 3d64c08
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions prepare-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ runs:
shell: bash
# don't use `gh repo fork` since it doesn't provide consistent output
# see: https://github.com/cli/cli/issues/10079
run: |
echo FORK=$(gh api \
-X POST \
-H "Accept: application/vnd.github+json" \
"/repos/${{ github.repository }}/forks" \
-f default_branch_only=true \
--jq ".full_name") >> $GITHUB_ENV
run: >-
echo FORK=$(gh api
-X POST
-H "Accept: application/vnd.github+json"
"/repos/${{ github.repository }}/forks"
-f default_branch_only=true
--jq ".full_name") >> $GITHUB_ENV
env:
GH_TOKEN: ${{ inputs.fork-token || inputs.token }}

Expand Down

0 comments on commit 3d64c08

Please sign in to comment.