diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c87ab22ef..ff3059e2a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -44,6 +44,6 @@ jobs: restore-keys: | ${{ runner.os }}-bazel- - run: make go - run: | + - run: | git remote add upstream "https://github.com/${{ github.repository }}" git push upstream go:go |