We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f5250 commit bb5df5aCopy full SHA for bb5df5a
1 file changed
.github/workflows/main.yaml
@@ -23,10 +23,10 @@ jobs:
23
ref: compiled
24
- name: Prepare commit
25
run: rm -rf bundle && mv extract bundle
26
- - name: commit-push_branch-test
27
- uses: dsayling/commit-branch-check-action@v0.1
+ - name: commit and push
+ uses: EndBug/add-and-commit@v10
28
with:
29
- github-token: ${{ secrets.GITHUB_TOKEN }}
30
- commit-message: "Update questionnaires"
31
- dest-branch: compiled
32
-
+ add: ./bundle
+ author_name: Github actions
+ author_email: ilya+githubactions@beda.software
+ push: true
0 commit comments