From d77df60c637a6490c1f37a78cf98a11f87b8138c Mon Sep 17 00:00:00 2001 From: daz Date: Wed, 10 Apr 2024 21:52:20 -0600 Subject: [PATCH] Try again --- .github/workflows/update-checksums-file.yml | 4 +--- .gitignore | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-checksums-file.yml b/.github/workflows/update-checksums-file.yml index 14cd5ed..e408a36 100644 --- a/.github/workflows/update-checksums-file.yml +++ b/.github/workflows/update-checksums-file.yml @@ -30,11 +30,9 @@ jobs: - name: Install dependencies run: | npm install typed-rest-client@1.8.11 --no-save - working-directory: sources - name: Update checksums file - run: node ../.github/workflows/update-checksums-file.js - working-directory: sources + run: node ./.github/workflows/update-checksums-file.js # If there are no changes, this action will not create a pull request - name: Create or update pull request diff --git a/.gitignore b/.gitignore index 8b43596..390416a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .git .vscode actions.code-workspace +node_modules