File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Basic ODK workflow
22
3- name : BUILD_WITH_IMPORTS
3+ name : build
44
5- # Controls when the action will run.
5+ # Controls when the action will run.
66on :
77 # Triggers the workflow on push or pull request events but only for the main branch
88 push :
9- branches : [ '*' ]
9+ branches : ["*" ]
1010 pull_request :
11- branches : [ '*' ]
11+ branches : ["*" ]
1212
1313 # Allows you to run this workflow manually from the Actions tab
1414 workflow_dispatch :
@@ -29,10 +29,11 @@ jobs:
2929 - name : Build ontology
3030 env :
3131 DEFAULT_BRANCH : main
32- run : cd src/ontology && make refresh-imports tto.ttl ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G'
32+ run : cd src/ontology && make refresh-imports all_assets ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G'
3333 - name : Commit files # commit the src folder
3434 uses : EndBug/add-and-commit@v9
3535 with :
36- message : ' updated ontology'
37- add : ' *.* --force'
38- cwd : ' ./src/'
36+ message : " updated ontology"
37+ add : " *.* --force"
38+ cwd : " ./src/"
39+ default_author : github_actions
You can’t perform that action at this time.
0 commit comments