mirror of https://github.com/actions/toolkit
Replace deprecated command with environment file
Signed-off-by: jongwooo <jongwooo.han@gmail.com>pull/1337/head
parent
1589a5c066
commit
24142fcb1c
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue