Skip to content

Commit

Permalink
fix: updates entrypoint variable to OSCAL_MODEL from ASSEMBLE_MODEL
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jul 5, 2023
1 parent 721008e commit 799573e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ trap exec 3>&- EXIT

output=$(python3.8 -m trestlebot \
--markdown-path="${INPUT_MARKDOWN_PATH}" \
--assemble-model="${INPUT_ASSEMBLE_MODEL}" \
--assemble-model="${INPUT_OSCAL_MODEL}" \
--ssp-index-path="${INPUT_SSP_INDEX_PATH}" \
--commit-message="${INPUT_COMMIT_MESSAGE}" \
--branch="${INPUT_BRANCH}" \
Expand Down

0 comments on commit 799573e

Please sign in to comment.