mirror of
https://github.com/apache/superset.git
synced 2026-05-22 00:05:15 +00:00
force create/push the branch
This commit is contained in:
3
.github/workflows/superset-helm-release.yml
vendored
3
.github/workflows/superset-helm-release.yml
vendored
@@ -55,7 +55,8 @@ jobs:
|
||||
run: |
|
||||
# Cloning gh-pages into working branch
|
||||
git checkout gh-pages
|
||||
git checkout -b ${{ env.branch_name }}
|
||||
git checkout -B ${{ env.branch_name }}
|
||||
git push origin ${{ env.branch_name }} -f
|
||||
|
||||
# Back to where we started
|
||||
git checkout ${{ inputs.ref || github.ref_name }}
|
||||
|
||||
Reference in New Issue
Block a user