Skip to content

Commit

Permalink
corrected label in gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkundan committed May 15, 2024
1 parent 6a3058a commit 89bc89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/redocly-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Lint Standard REST API 5.0
run: redocly lint [email protected]

- name: Lint Standard REST API 5.0
- name: Lint ECF API 1.0
run: redocly lint [email protected]


1 change: 1 addition & 0 deletions api-specs/ecf-api/1.0/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ paths:
/users:
post:
operationId: post-users
description: 'This API returns the list of users'
tags :
- User Import
summary: This API returns the list of users
Expand Down

0 comments on commit 89bc89a

Please sign in to comment.