Skip to content

Commit 93418db

Browse files
committed
remove 'required' from inputs with defaults
1 parent 3b9d736 commit 93418db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stash/restore/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,12 @@ inputs:
3030
required: true
3131

3232
path:
33-
description: 'A file, directory or wildcard pattern that describes what to upload'
34-
required: true
33+
description: 'The directory the stash will be restored in.'
3534
default: ${{ github.workspace }}
3635

3736
token:
3837
description: 'GITHUB_TOKEN to use to authenticate against the artifacts api.'
3938
default: ${{ github.token }}
40-
required: true
4139
outputs:
4240
stash-hit:
4341
description: >

0 commit comments

Comments
 (0)