Created a first draft of this action. #14

Merged
Philipp merged 68 commits from draft into main 2023-11-19 23:21:49 +01:00
5 changed files with 167 additions and 0 deletions
Showing only changes of commit cdc71fe250 - Show all commits

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 }}