We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b26345 commit a060fd4Copy full SHA for a060fd4
.github/workflows/update-automation.yaml
@@ -105,7 +105,7 @@ jobs:
105
git commit -m "Update VS Code submodule to $LATEST_CODE_OSS_TAG"
106
git push origin "$STAGING_BRANCH"
107
fi
108
-
+ git push origin "$STAGING_BRANCH"
109
echo "STAGING_BRANCH=$STAGING_BRANCH" >> "$GITHUB_ENV"
110
echo "Created staging branch: $STAGING_BRANCH with VS Code $LATEST_CODE_OSS_TAG"
111
0 commit comments