Added version calls.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 1m40s

This commit is contained in:
Philipp Horstenkamp 2023-11-19 02:08:11 +01:00
parent 525a1de784
commit cdc71fe250
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -4,8 +4,6 @@ on:
schedule:
- cron: '* 1 * * 0'
push:
#paths:
#- .gitea/workflows/maintenance.yaml
jobs:
auto-update:
@ -26,8 +24,9 @@ jobs:
branch: update/pre-commit-hooks
push_options: --force
create_branch: true
- name: Run My Action
- run: node -v
- run: npm -v
- name: My PR action
uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}