Skip to content

Commit

Permalink
mu 2
Browse files Browse the repository at this point in the history
  • Loading branch information
effoeffi committed Mar 11, 2024
1 parent debb6fe commit d7f69a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: 'Test oasdiff actions'
on:
pull_request:
push:
jobs:
oasdiff_breaking_matching_delimiter_not_found:
Expand Down
4 changes: 3 additions & 1 deletion breaking/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ else
breaking_changes=$(oasdiff breaking "$base" "$revision")
fi

# Updating GitHub Action summary with formatted output
flags_with_githubactions="$flags --format githubactions"
# Writes the summary to log and updates GitHub Action summary
oasdiff breaking "$base" "$revision" "$flags --format githubactions"
oasdiff breaking "$base" "$revision" $flags_with_githubactions

# *** GitHub Action step output ***

Expand Down

0 comments on commit d7f69a0

Please sign in to comment.