1
0
Fork 0

Replace deprecated command with environment file

Signed-off-by: jongwooo <jongwooo.han@gmail.com>
pull/1337/head
jongwooo 2023-02-08 12:56:12 +09:00
parent 1589a5c066
commit 24142fcb1c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
working-directory: packages/github
run: |
if [[ "$(git status --porcelain)" != "" ]]; then
echo "::set-output name=createPR::true"
echo "createPR=true" >> $GITHUB_OUTPUT
git config --global user.email "github-actions@github.com"
git config --global user.name "github-actions[bot]"
git checkout -b bots/updateGitHubDependencies-${{github.run_number}}