Skip to content

Commit 89599fc

Browse files
Update actions (#350)
Signed-off-by: Knative Automation <[email protected]>
1 parent f8d2aa5 commit 89599fc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/knative-go-test.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ jobs:
4646

4747
- name: Check out code
4848
uses: actions/checkout@v2
49+
with:
50+
fetch-depth: 0
51+
52+
- name: Merge upstream
53+
run: |
54+
git remote add upstream https://github.com/${{ github.repository }}.git
55+
git fetch upstream ${{ github.base_ref }}
56+
git pull --no-rebase --no-commit upstream ${{ github.base_ref }}
57+
shell: bash
4958

5059
- name: Check for .codecov.yaml
5160
id: codecov-enabled

0 commit comments

Comments
 (0)