Skip to content

Commit a55f09d

Browse files
committed
Use updated syntx for GitHub Action env vars
1 parent 1881384 commit a55f09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bot-pr-new.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
msg+="If commits are added to the pull request, synchronize your local branch: <code>git pull origin $HEAD_REF</code>\n"
5252
fi
53-
echo "::set-env name=MESSAGE::$msg"
53+
echo "MESSAGE=$msg" >> $GITHUB_ENV
5454
- name: Post comment
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)