Skip to content

Commit 3d783b3

Browse files
committed
Now that everything works, clean up code
1 parent c97ac16 commit 3d783b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/update-cli-docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: 'CLI Docs Update'
22

33
on:
4-
push:
5-
branches:
6-
- "cli-docs-autoupdate"
74
workflow_dispatch:
85
inputs:
96
cli_branch:
@@ -23,7 +20,6 @@ jobs:
2320
update:
2421
name: 'Pull changes from the CLI repo and update CLI docs'
2522
runs-on: ubuntu-latest
26-
if: ${{ github.event_name == 'workflow_dispatch' }}
2723
permissions:
2824
contents: write
2925
pull-requests: write
@@ -45,6 +41,7 @@ jobs:
4541
persist-credentials: true
4642
token: ${{ steps.generate_token.outputs.token }}
4743
path: docs
44+
ref: main
4845

4946
- name: Checkout cli repo
5047
uses: actions/checkout@v4

0 commit comments

Comments
 (0)