Skip to content

Commit

Permalink
Use _ instead of -
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchyspritch committed May 15, 2024
1 parent 2ac1512 commit 8196957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-threat-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
id: threagile-test-optional-args
uses: pritchyspritch/run-threagile-action@dfe-threagile
with:
optional-args: '--help'
optional_args: '--help'

- name: Run threagile
id: threagile
uses: pritchyspritch/run-threagile-action@dfe-threagile
with:
model-file: 'example-models/threagile-SSPHP-model.yaml'
output-dir: 'test/location'
model_file: 'example-models/threagile-SSPHP-model.yaml'
output_dir: 'test/location'

# will fail as Azure data ingestion hasn't been automated yet
- name: Run threagile
Expand Down

0 comments on commit 8196957

Please sign in to comment.