We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2619e4b commit 0fbebacCopy full SHA for 0fbebac
.github/workflows/build-demo.yml
@@ -31,6 +31,6 @@ jobs:
31
- name: Commit Demo
32
uses: EndBug/add-and-commit@v7
33
with:
34
- add: 'build/demo'
+ add: 'build/demo --force'
35
message: 'update demo'
36
push: 'origin HEAD:demo --force'
0 commit comments