Skip to content

Commit

Permalink
fix: removes default version in GitHub action
Browse files Browse the repository at this point in the history
Default behavior should be to not modify the version value

Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Mar 22, 2024
1 parent 393fd85 commit a1c0cbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion actions/autosync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ name: Example Workflow
| oscal_model | OSCAL Model type to assemble. Values can be catalog, profile, compdef, or ssp. | None | True |
| check_only | Runs tasks and exits with an error if there is a diff. Defaults to false | false | False |
| github_token | GitHub token used to make authenticated API requests | None | False |
| version | Version of the OSCAL model to set during assembly into JSON. | 1.0.0 | False |
| version | Version of the OSCAL model to set during assembly into JSON. | None | False |
| skip_assemble | Skip assembly task. Defaults to false | false | False |
| skip_regenerate | Skip regenerate task. Defaults to false. | false | False |
| skip_items | Comma-separated glob patterns list of content by trestle name to skip during task execution. For example `profile_x,profile_y*,`. | None | False |
Expand Down
1 change: 0 additions & 1 deletion actions/autosync/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ inputs:
version:
description: "Version of the OSCAL model to set during assembly into JSON."
required: false
default: "1.0.0"
skip_assemble:
description: "Skip assembly task. Defaults to false"
required: false
Expand Down

0 comments on commit a1c0cbc

Please sign in to comment.