File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 88 workflow_call :
99 workflow_dispatch :
1010 schedule :
11- # 09:00 EEST/EET (Romania) ≈ 06:00 UTC
12- - cron : ' 0 6 * * MON'
11+ - cron : ' 0 6 * * MON' # 09:00 Romania time
1312
1413permissions :
1514 contents : write
@@ -24,14 +23,12 @@ jobs:
2423 uses : actions/checkout@v4
2524 with :
2625 fetch-depth : 0
27- token : ${{ secrets.GITHUB_TOKEN }}
2826
2927 - name : Checkout beman repo
3028 uses : actions/checkout@v4
3129 with :
3230 repository : bemanproject/beman
3331 path : beman
34- token : ${{ secrets.GITHUB_TOKEN }}
3532
3633 - name : Set up Python
3734 uses : actions/setup-python@v5
4542 - name : Create Pull Request
4643 uses : peter-evans/create-pull-request@v6
4744 with :
48- github_token : ${{ secrets.GITHUB_TOKEN }}
4945 base : main
50- branch : auto/sync-docs
5146 commit-message : " Auto-sync documentation from latest content of bemanproject/beman"
47+ branch : auto/sync-docs
5248 title : " Weekly docs sync"
5349 body : |
5450 Automated sync of documentation and images from latest content of bemanproject/beman.
You can’t perform that action at this time.
0 commit comments