Try adding push option force

This commit is contained in:
Melissa LeBlanc-Williams 2023-03-14 15:19:42 -07:00
parent 69557e8019
commit 9afe11ab72

View file

@ -31,4 +31,5 @@ jobs:
with:
repository: 'dist'
commit_message: "Github Action: Updated dist files"
branch: ${{ github.ref }}
branch: ${{ github.ref }}
push_options: '--force'