We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32062e commit 9683f9eCopy full SHA for 9683f9e
.github/workflows/fhir-workflows.yml
@@ -11,12 +11,12 @@ jobs:
11
- uses: actions/checkout@v3
12
with:
13
path: igSource
14
- - uses: ansforge/IG-workflows@v0.4.0
+ - uses: ansforge/IG-workflows@main
15
16
repo_ig: "./igSource"
17
github_page: "true"
18
github_page_token: ${{ secrets.GITHUB_TOKEN }}
19
bake: "false"
20
- validator_cli: "true"
+ validator_cli: "false"
21
generate_testscript: "false"
22
- generate_plantuml : "true"
+ generate_plantuml : "false"
0 commit comments