Skip to content

Commit 9683f9e

Browse files
authored
Update fhir-workflows.yml
1 parent f32062e commit 9683f9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/fhir-workflows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- uses: actions/checkout@v3
1212
with:
1313
path: igSource
14-
- uses: ansforge/IG-workflows@v0.4.0
14+
- uses: ansforge/IG-workflows@main
1515
with:
1616
repo_ig: "./igSource"
1717
github_page: "true"
1818
github_page_token: ${{ secrets.GITHUB_TOKEN }}
1919
bake: "false"
20-
validator_cli: "true"
20+
validator_cli: "false"
2121
generate_testscript: "false"
22-
generate_plantuml : "true"
22+
generate_plantuml : "false"

0 commit comments

Comments
 (0)