Replace deprecated command with environment file

Signed-off-by: jongwooo <jongwooo.han@gmail.com>
This commit is contained in:
jongwooo 2023-02-08 23:42:45 +09:00
parent 6aa4128fed
commit dd30f62ebd
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
id: update_deps
run: |
make depup
echo "::set-output name=changes::$(git status --porcelain)"
echo "changes=$(git status --porcelain)" >> $GITHUB_OUTPUT
- name: Create PR
if: ${{ steps.update_deps.outputs.changes != '' }}
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04