Try adding push option force
This commit is contained in:
parent
69557e8019
commit
9afe11ab72
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -31,4 +31,5 @@ jobs:
|
|||
with:
|
||||
repository: 'dist'
|
||||
commit_message: "Github Action: Updated dist files"
|
||||
branch: ${{ github.ref }}
|
||||
branch: ${{ github.ref }}
|
||||
push_options: '--force'
|
||||
Loading…
Reference in a new issue