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 b9e5bda commit 3bc01feCopy full SHA for 3bc01fe
1 file changed
.github/workflows/main.yaml
@@ -1,4 +1,6 @@
1
name: Convert questionnaires and extract
2
+permissions:
3
+ contents: write
4
on:
5
push:
6
branches:
@@ -15,5 +17,16 @@ jobs:
15
17
run: docker compose run --rm build-seeds
16
18
- name: Extract questionnaires
19
run: bun extract.js
- - name: debug
- 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
29
+ github-token: ${{ secrets.GITHUB_TOKEN }}
30
+ commit-message: "Update questionnaires"
31
+ dest-branch: compiled
32
+
0 commit comments