forked from cylc/cylc-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df063f1
commit 006c435
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |