Skip to content

Commit

Permalink
suppress error code
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Mar 28, 2024
1 parent dff5d5f commit 7998fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion better-dependabot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
working-directory: ${{ inputs.working_directory }}
if: steps.check_pr.outputs.pr_exists == '0'
shell: bash
run: ${{ inputs.audit_command }}
run: ${{ inputs.audit_command }} || true

- name: Check for Changes
working-directory: ${{ inputs.working_directory }}
Expand Down

0 comments on commit 7998fc8

Please sign in to comment.