We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4270b commit 446db82Copy full SHA for 446db82
.github/workflows/sync.yaml
@@ -29,6 +29,9 @@ jobs:
29
INTERNAL_REPO="https://oauth2:${INTERNAL_TOKEN}@${INTERNAL_REPO#https://}"
30
git remote add internal "$INTERNAL_REPO"
31
32
+ echo "Fetching internal remote to establish lease baseline..."
33
+ git fetch internal main
34
+
35
echo "Pushing main branch to internal repository..."
36
git push internal main:main --force-with-lease
37
0 commit comments