Merge pull request #15116 from jongwooo/chore/replace-deprecated-command-with-environment-file

Replace deprecated command with environment file
This commit is contained in:
Kubernetes Prow Robot 2023-02-10 15:15:41 -08:00 committed by GitHub
commit 6e80984767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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