Commit b8a9fd2
committed
Fix git push in CI
Using a direct URL doesn't work in CI, because there authentication
works with a token that's associated with a specific named remote
Assume the origin remote exists instead, which is generally what it
would be locally, and is also what actions/checkout uses1 parent de35f9f commit b8a9fd2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments