Skip to content

Commit c12bdf5

Browse files
committed
Debugging
1 parent 2319569 commit c12bdf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prepare-release/action.yml

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

0 commit comments

Comments
 (0)