Skip to content

Commit 3d64c08

Browse files
committed
Debugging
1 parent 2319569 commit 3d64c08

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

prepare-release/action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ runs:
6969
shell: bash
7070
# don't use `gh repo fork` since it doesn't provide consistent output
7171
# see: https://github.com/cli/cli/issues/10079
72-
run: |
73-
echo FORK=$(gh api \
74-
-X POST \
75-
-H "Accept: application/vnd.github+json" \
76-
"/repos/${{ github.repository }}/forks" \
77-
-f default_branch_only=true \
78-
--jq ".full_name") >> $GITHUB_ENV
72+
run: >-
73+
echo FORK=$(gh api
74+
-X POST
75+
-H "Accept: application/vnd.github+json"
76+
"/repos/${{ github.repository }}/forks"
77+
-f default_branch_only=true
78+
--jq ".full_name") >> $GITHUB_ENV
7979
env:
8080
GH_TOKEN: ${{ inputs.fork-token || inputs.token }}
8181

0 commit comments

Comments
 (0)