Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
effoeffi committed May 7, 2024
1 parent 05ac557 commit 2921332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breaking/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ echo "$delimiter" >>"$GITHUB_OUTPUT"
# First output the changes (above) and then run oasdiff to check --fail-on
if [ -n "$fail_on" ]; then
flags="$flags --fail-on $fail_on"
oasdiff breaking "$base" "$revision" > /dev/null
oasdiff breaking "$base" "$revision" "$flags" > /dev/null
fi

0 comments on commit 2921332

Please sign in to comment.