diff --git a/.github/workflows/update-checksums-file.yml b/.github/workflows/update-checksums-file.yml index e408a36..14cd5ed 100644 --- a/.github/workflows/update-checksums-file.yml +++ b/.github/workflows/update-checksums-file.yml @@ -30,9 +30,11 @@ 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 + run: node ../.github/workflows/update-checksums-file.js + working-directory: sources # If there are no changes, this action will not create a pull request - name: Create or update pull request