Skip to content

Commit 990b81c

Browse files
kumojimamk2
authored andcommitted
set-output 廃止に伴う修正 (#10)
1 parent 188fd93 commit 990b81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git commit -m "Patch for `cat .branch-name`"
2525
PATCH_FILE=`cat .branch-name | sed 's/\//_/g'`.patch # Replace forward slash in branch name with _
2626
git format-patch develop..HEAD --stdout -k > $PATCH_FILE
27-
echo "::set-output name=PATCH_FILE::$PATCH_FILE"
27+
echo "PATCH_FILE=$PATCH_FILE" >> $GITHUB_OUTPUT
2828
id: patch-creator
2929
env:
3030
AUTHOR_EMAIL: ${{ github.event.head_commit.author.email }}

0 commit comments

Comments
 (0)