Added an actor debugging log.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 1m0s
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 1m0s
This commit is contained in:
parent
6b13dfcbb6
commit
92ad6f6d95
@ -2,10 +2,8 @@ name: Auto Maintenance Cycle
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- .gitea/workflows/maintenance.yaml
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: 0 0 * * *
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -15,6 +13,7 @@ jobs:
|
||||
env:
|
||||
SPECIFIC_BRANCH: chore/update-pre-commit
|
||||
steps:
|
||||
- run: echo "Actor ${{ github.actor }}"
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: main
|
||||
|
Loading…
x
Reference in New Issue
Block a user