Skip to content

Commit db14074

Browse files
authored
1 parent ebdd3c2 commit db14074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/workflow-skeleton/generate-{{ path }}.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
5656
echo "Detected Schema changes:" >> "var/detected-schema-changes"
57-
echo "$(openapi-changes summary --no-color --no-logo etc/specs/{{ path }}/current.spec.yaml etc/specs/{{ path }}/previous.spec.yaml)" >> "var/detected-schema-changes"
57+
echo "$(openapi-changes summary --markdown --no-color --no-logo etc/specs/{{ path }}/current.spec.yaml etc/specs/{{ path }}/previous.spec.yaml)" >> "var/detected-schema-changes"
5858
cat var/detected-schema-changes
5959
delimiter="$(openssl rand -hex 8)"
6060
echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"

0 commit comments

Comments
 (0)