Skip to content

Commit 4223b0b

Browse files
Workflow - Update branch command
1 parent 91dbe85 commit 4223b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autogen-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
- cron: '45 10 * * TUE'
66
- cron: '45 10 * * THU'
7-
- cron: '55 17 * * THU'
7+
- cron: '30 18 * * THU'
88
jobs:
99
autogen-docs:
1010
runs-on: macos-latest
@@ -33,7 +33,7 @@ jobs:
3333
echo "Committing and pushing changes to autogen-docs branch"
3434
git config user.name github-actions
3535
git config user.email [email protected]
36-
git checkout -b autogen-docs
36+
git checkout autogen-docs
3737
git add .
3838
git commit -m "Automatically generated docs"
3939
git push

0 commit comments

Comments
 (0)