We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806b900 commit 7d173e5Copy full SHA for 7d173e5
1 file changed
.github/workflows/generate-open-api.yml
@@ -20,12 +20,14 @@ jobs:
20
run: npm i -g @redocly/cli@latest
21
22
- name: run Redocly
23
+ shell: bash
24
run: ./modules/ROOT/generate-docs.sh
25
26
- name: diff and raise PR
27
env:
28
GH_TOKEN: ${{ github.token }}
29
USER: ${{ github.actor }}
30
31
run: |
32
BRANCH=$(git branch --show-current)
33
DATE=$(date "+%Y-%m-%d-%H.%M.%S")
0 commit comments