We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b9691 commit 5989839Copy full SHA for 5989839
.github/workflows/blank.yml
@@ -13,6 +13,8 @@ jobs:
13
deploy:
14
runs-on: ubuntu-latest
15
steps:
16
+ - name: Checkout
17
+ uses: actions/checkout@v2
18
- name: Generate Swagger UI
19
uses: Legion2/swagger-ui-action@v1
20
with:
0 commit comments