We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188fd93 commit 990b81cCopy full SHA for 990b81c
.github/workflows/create-patch.yml
@@ -24,7 +24,7 @@ jobs:
24
git commit -m "Patch for `cat .branch-name`"
25
PATCH_FILE=`cat .branch-name | sed 's/\//_/g'`.patch # Replace forward slash in branch name with _
26
git format-patch develop..HEAD --stdout -k > $PATCH_FILE
27
- echo "::set-output name=PATCH_FILE::$PATCH_FILE"
+ echo "PATCH_FILE=$PATCH_FILE" >> $GITHUB_OUTPUT
28
id: patch-creator
29
env:
30
AUTHOR_EMAIL: ${{ github.event.head_commit.author.email }}
0 commit comments