Update to the npm installation and renaming of secrets. #27

Merged
Philipp merged 9 commits from npm-update into main 2024-05-21 01:05:33 +02:00
Showing only changes of commit 92ad6f6d95 - Show all commits

View File

@ -2,10 +2,8 @@ name: Auto Maintenance Cycle
on: on:
push: push:
paths:
- .gitea/workflows/maintenance.yaml
schedule: schedule:
- cron: '0 0 * * *' - cron: 0 0 * * *
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -15,6 +13,7 @@ jobs:
env: env:
SPECIFIC_BRANCH: chore/update-pre-commit SPECIFIC_BRANCH: chore/update-pre-commit
steps: steps:
- run: echo "Actor ${{ github.actor }}"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: main ref: main