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