Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Jun 13, 2024
1 parent df063f1 commit 006c435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
echo '::info:: pushing update commit'
git add -u
git commit -m 'protobuf: updating generated files'
# TODO: "origin" is "upstream" when we raise a PR against "cylc/cylc-flow"
git push origin HEAD:${{ github.head_ref }}
git remote add upstream [email protected]:cylc/cylc-flow.git
git push upstream HEAD:${{ github.head_ref }}
exit 0
fi

0 comments on commit 006c435

Please sign in to comment.