Skip to content

Commit 7d173e5

Browse files
committed
bash
1 parent 806b900 commit 7d173e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-open-api.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ jobs:
2020
run: npm i -g @redocly/cli@latest
2121

2222
- name: run Redocly
23+
shell: bash
2324
run: ./modules/ROOT/generate-docs.sh
2425

2526
- name: diff and raise PR
2627
env:
2728
GH_TOKEN: ${{ github.token }}
2829
USER: ${{ github.actor }}
30+
shell: bash
2931
run: |
3032
BRANCH=$(git branch --show-current)
3133
DATE=$(date "+%Y-%m-%d-%H.%M.%S")

0 commit comments

Comments
 (0)