Try again

This commit is contained in:
daz 2024-04-10 21:52:20 -06:00
parent c1e92c7192
commit d77df60c63
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View File

@ -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

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.git
.vscode
actions.code-workspace
node_modules