Skip to content

Commit 3bc01fe

Browse files
committed
Commit compiled questionnaires
1 parent b9e5bda commit 3bc01fe

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Convert questionnaires and extract
2+
permissions:
3+
contents: write
24
on:
35
push:
46
branches:
@@ -15,5 +17,16 @@ jobs:
1517
run: docker compose run --rm build-seeds
1618
- name: Extract questionnaires
1719
run: bun extract.js
18-
- name: debug
19-
run: find . | grep -v git
20+
- name: Switch to compiled
21+
run: actions/checkout@v4
22+
with:
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
28+
with:
29+
github-token: ${{ secrets.GITHUB_TOKEN }}
30+
commit-message: "Update questionnaires"
31+
dest-branch: compiled
32+

0 commit comments

Comments
 (0)