Skip to content

Commit bb5df5a

Browse files
committed
Try another action
1 parent b2f5250 commit bb5df5a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
ref: compiled
2424
- name: Prepare commit
2525
run: rm -rf bundle && mv extract bundle
26-
- name: commit-push_branch-test
27-
uses: dsayling/commit-branch-check-action@v0.1
26+
- name: commit and push
27+
uses: EndBug/add-and-commit@v10
2828
with:
29-
github-token: ${{ secrets.GITHUB_TOKEN }}
30-
commit-message: "Update questionnaires"
31-
dest-branch: compiled
32-
29+
add: ./bundle
30+
author_name: Github actions
31+
author_email: ilya+githubactions@beda.software
32+
push: true

0 commit comments

Comments
 (0)