mirror of
https://github.com/gradle/actions.git
synced 2025-04-23 03:09:20 +08:00
More path fixes
This commit is contained in:
parent
1ceb6d2b77
commit
c1e92c7192
4
.github/workflows/update-checksums-file.yml
vendored
4
.github/workflows/update-checksums-file.yml
vendored
@ -30,9 +30,11 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
npm install typed-rest-client@1.8.11 --no-save
|
npm install typed-rest-client@1.8.11 --no-save
|
||||||
|
working-directory: sources
|
||||||
|
|
||||||
- name: Update checksums file
|
- 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
|
# If there are no changes, this action will not create a pull request
|
||||||
- name: Create or update pull request
|
- name: Create or update pull request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user