Skip to content

Commit 56a6626

Browse files
authored
Merge pull request #4817 from platformsh/cli-reference-issue
Cli reference issue
2 parents 131c143 + 808c8ee commit 56a6626

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/generate-cli-commands-page.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Generate CLI commands doc page
22

33
on:
44
workflow_dispatch:
5-
branches: [ main ]
65
schedule:
76
# Run at 00:15 every day
87
- cron: '15 */19 * * *'
@@ -40,7 +39,7 @@ jobs:
4039
- name: Set up Upsun CLI
4140
uses: upsun/action-cli@v1
4241
with:
43-
cli_provider: 'platform'
42+
cli_provider: 'upsun'
4443

4544
- name: Make changes to pull request
4645
run: |

0 commit comments

Comments
 (0)