Skip to content

Commit

Permalink
Run deploy diff report step also if previous step fails
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-k committed Dec 8, 2023
1 parent 44720eb commit eea3c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
- name: deploy diff report
id: deploy-diff-rep
if: success()
if: success() || failure()
shell: sh
run: |
set -eu
Expand Down

0 comments on commit eea3c7f

Please sign in to comment.