Skip to content

Commit cf3e6d1

Browse files
authored
Update ci.yml to reverse head and base for old and new
1 parent 91c5064 commit cf3e6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
-v $(pwd)/base:/base:ro \
5151
-v $(pwd)/diff-artifacts:/local \
5252
openapitools/openapi-diff:2.0.1 \
53-
/head/openapi/task_execution_service.openapi.yaml \
5453
/base/openapi/task_execution_service.openapi.yaml \
54+
/head/openapi/task_execution_service.openapi.yaml \
5555
--markdown /local/diff.md 2> diff-artifacts/error.log
5656
- name: Get PR number
5757
id: get-pr-number

0 commit comments

Comments
 (0)