Remove push force because it works as expected now
This commit is contained in:
parent
20f36f2a97
commit
e6b8dd872a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -31,5 +31,4 @@ jobs:
|
|||
with:
|
||||
repository: 'dist'
|
||||
commit_message: "Github Action: Updated dist files"
|
||||
branch: ${{ github.ref }}
|
||||
push_options: '--force'
|
||||
branch: ${{ github.ref }}
|
||||
Loading…
Reference in a new issue