mirror of https://github.com/knative/caching.git
Update actions (#497)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
e6e703d955
commit
95b78f1aec
|
@ -50,6 +50,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Merge upstream
|
- name: Merge upstream
|
||||||
|
if: github.event_name == 'pull_request'
|
||||||
run: |
|
run: |
|
||||||
git remote add upstream https://github.com/${{ github.repository }}.git
|
git remote add upstream https://github.com/${{ github.repository }}.git
|
||||||
git fetch upstream ${{ github.base_ref }}
|
git fetch upstream ${{ github.base_ref }}
|
||||||
|
|
Loading…
Reference in New Issue