Skip to content

Commit 1b26847

Browse files
authored
Update IG-workflows action version and parameters
1 parent 0f7c1ce commit 1b26847

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/fhir-release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ jobs:
1111
- uses: actions/checkout@v3
1212
with:
1313
path: igSource
14-
- uses: ansforge/IG-workflows@v0.2.0
14+
- uses: ansforge/IG-workflows@main
1515
with:
1616
repo_ig: "./igSource"
1717
github_page: "true"
1818
github_page_token: ${{ secrets.GITHUB_TOKEN }}
19-
bake: "true"
20-
nos: "true"
21-
validator_cli: "true"
19+
bake: "false"
20+
validator_cli: "false"
2221
publish_repo: "ansforge/IG-website-release"
2322
publish_repo_token : ${{ secrets.ANS_IG_API_TOKEN }}
24-
publish_path_outpout : "./IG-website-release/www/ig/fhir"
23+
publish_path_outpout : "./IG-website-release/www/ig/fhir"

0 commit comments

Comments
 (0)