mirror of
https://github.com/gradle/actions.git
synced 2025-04-21 18:29:18 +08:00
Try again
This commit is contained in:
parent
c1e92c7192
commit
d77df60c63
4
.github/workflows/update-checksums-file.yml
vendored
4
.github/workflows/update-checksums-file.yml
vendored
@ -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
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.git
|
||||
.vscode
|
||||
actions.code-workspace
|
||||
node_modules
|
||||
|
Loading…
x
Reference in New Issue
Block a user