We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479ec64 commit ab675d2Copy full SHA for ab675d2
README.md
@@ -22,11 +22,11 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v2
24
- name: Deploy API documentation
25
- uses: bump-sh/github-action@0.1
+ uses: bump-sh/github-action@0.2
26
with:
27
id: <BUMP_DOC_ID>
28
token: <BUMP_DOC_TOKEN>
29
- file: doc/api-documentation.yml
+ file: doc/api-documentation.yml
30
```
31
32
Important: [actions/checkout](https://github.com/actions/checkout) has to be called **before this action**.
0 commit comments