Skip to content

Commit

Permalink
new line
Browse files Browse the repository at this point in the history
  • Loading branch information
effoeffi committed Dec 10, 2023
1 parent 8b11feb commit a61fbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: Print
run: env | sort
run: echo "::error title=request-parameter-max-length-decreased::at data/openapi-test1.yaml, in API GET /api/{domain}/{project}/badges/security-score for the 'query' request parameter 'token', the maxLength was decreased from '30' to '29'\n::error title=request-parameter-enum-value-removed::at data/openapi-test1.yaml, in API GET /api/{domain}/{project}/install-command removed the enum value 'test1' from the 'path' request parameter 'project'"
# - name: Running diff action
# id: test_ete
# uses: ./diff
Expand Down

0 comments on commit a61fbfc

Please sign in to comment.