We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debb6fe commit d7f69a0Copy full SHA for d7f69a0
.github/workflows/test.yaml
@@ -1,6 +1,5 @@
1
name: 'Test oasdiff actions'
2
on:
3
- pull_request:
4
push:
5
jobs:
6
oasdiff_breaking_matching_delimiter_not_found:
breaking/entrypoint.sh
@@ -65,8 +65,10 @@ else
65
breaking_changes=$(oasdiff breaking "$base" "$revision")
66
fi
67
68
+# Updating GitHub Action summary with formatted output
69
+flags_with_githubactions="$flags --format githubactions"
70
# Writes the summary to log and updates GitHub Action summary
-oasdiff breaking "$base" "$revision" "$flags --format githubactions"
71
+oasdiff breaking "$base" "$revision" $flags_with_githubactions
72
73
# *** GitHub Action step output ***
74
0 commit comments