Update actions (#497)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2021-07-08 11:35:23 -07:00 committed by GitHub
parent e6e703d955
commit 95b78f1aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ jobs:
fetch-depth: 0
- name: Merge upstream
if: github.event_name == 'pull_request'
run: |
git remote add upstream https://github.com/${{ github.repository }}.git
git fetch upstream ${{ github.base_ref }}