Skip to content

Commit

Permalink
set-output 廃止に伴う修正 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumojima authored and mk2 committed Dec 25, 2023
1 parent 188fd93 commit 990b81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git commit -m "Patch for `cat .branch-name`"
PATCH_FILE=`cat .branch-name | sed 's/\//_/g'`.patch # Replace forward slash in branch name with _
git format-patch develop..HEAD --stdout -k > $PATCH_FILE
echo "::set-output name=PATCH_FILE::$PATCH_FILE"
echo "PATCH_FILE=$PATCH_FILE" >> $GITHUB_OUTPUT
id: patch-creator
env:
AUTHOR_EMAIL: ${{ github.event.head_commit.author.email }}
Expand Down

0 comments on commit 990b81c

Please sign in to comment.