Skip to content

Commit

Permalink
temporarily disable debug option until #1 is fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Brend Smits <[email protected]>
  • Loading branch information
Brend-Smits committed Apr 12, 2023
1 parent 2dc27f8 commit 26a355b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ runs:
shell: bash
run: |
chmod +x ${{ github.action_path }}/get-sboms.sh
sh ${{ github.action_path }}/get-sboms.sh -r "${{ inputs.repo_list_path }}" -f "${{ inputs.save_directory_path }}" -t ${{ inputs.github_token }} -d ${{ inputs.debug }}
sh ${{ github.action_path }}/get-sboms.sh -r "${{ inputs.repo_list_path }}" -f "${{ inputs.save_directory_path }}" -t ${{ inputs.github_token }}

0 comments on commit 26a355b

Please sign in to comment.