refactor: rename waitTimeout to wait-timeout

This commit is contained in:
Ivan Dlugos 2022-03-04 14:43:50 +01:00
parent 6e62761105
commit 3682b366b0
5 changed files with 7 additions and 9 deletions

View file

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