mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 00:48:28 +02:00
refactor: rename waitTimeout to wait-timeout
This commit is contained in:
parent
6e62761105
commit
3682b366b0
5 changed files with 7 additions and 9 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -163,7 +163,7 @@ jobs:
|
|||
with:
|
||||
name: 'Artifact-wait-${{ matrix.runs-on }}'
|
||||
path: some/new/path
|
||||
waitTimeout: 600
|
||||
wait-timeout: 600
|
||||
|
||||
# Test downloading an artifact using tilde expansion
|
||||
- name: Download artifact A
|
||||
|
@ -214,7 +214,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
path: some/other/path
|
||||
waitTimeout: 600
|
||||
wait-timeout: 600
|
||||
|
||||
- name: Verify successful download
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue