From cdc71fe250968e3028cc691a6d209bcedae8785c Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 19 Nov 2023 02:08:11 +0100 Subject: [PATCH] Added version calls. --- .gitea/workflows/maintenance.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/maintenance.yaml b/.gitea/workflows/maintenance.yaml index bd00190..1c7557b 100644 --- a/.gitea/workflows/maintenance.yaml +++ b/.gitea/workflows/maintenance.yaml @@ -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 }}