Skip to content

Commit d7f69a0

Browse files
committed
mu 2
1 parent debb6fe commit d7f69a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: 'Test oasdiff actions'
22
on:
3-
pull_request:
43
push:
54
jobs:
65
oasdiff_breaking_matching_delimiter_not_found:

breaking/entrypoint.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ else
6565
breaking_changes=$(oasdiff breaking "$base" "$revision")
6666
fi
6767

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

7173
# *** GitHub Action step output ***
7274

0 commit comments

Comments
 (0)