diff --git a/.github/workflows/update-github.yaml b/.github/workflows/update-github.yaml index 6de4eed2..d4caed85 100644 --- a/.github/workflows/update-github.yaml +++ b/.github/workflows/update-github.yaml @@ -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}}