Skip to content

Commit

Permalink
fixed the log param
Browse files Browse the repository at this point in the history
  • Loading branch information
omerKarkKatz committed Sep 27, 2023
1 parent cac8784 commit bdaaf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run lint on all the packs
run: |
mkdir artifacts
demisto-sdk lint -a --log_file_path ./artifacts/lint_debug_log.log
demisto-sdk lint -a --log-file-path ./artifacts/lint_debug_log.log
- name: Archive unit test results
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit bdaaf0a

Please sign in to comment.