We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d2aa5 commit 89599fcCopy full SHA for 89599fc
.github/workflows/knative-go-test.yaml
@@ -46,6 +46,15 @@ jobs:
46
47
- name: Check out code
48
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
58
59
- name: Check for .codecov.yaml
60
id: codecov-enabled
0 commit comments