Added version calls.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 1m40s
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 1m40s
This commit is contained in:
parent
525a1de784
commit
cdc71fe250
@ -4,8 +4,6 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '* 1 * * 0'
|
- cron: '* 1 * * 0'
|
||||||
push:
|
push:
|
||||||
#paths:
|
|
||||||
#- .gitea/workflows/maintenance.yaml
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
auto-update:
|
auto-update:
|
||||||
@ -26,8 +24,9 @@ jobs:
|
|||||||
branch: update/pre-commit-hooks
|
branch: update/pre-commit-hooks
|
||||||
push_options: --force
|
push_options: --force
|
||||||
create_branch: true
|
create_branch: true
|
||||||
|
- run: node -v
|
||||||
- name: Run My Action
|
- run: npm -v
|
||||||
|
- name: My PR action
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user