We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9d736 commit 93418dbCopy full SHA for 93418db
stash/restore/action.yml
@@ -30,14 +30,12 @@ inputs:
30
required: true
31
32
path:
33
- description: 'A file, directory or wildcard pattern that describes what to upload'
34
- required: true
+ description: 'The directory the stash will be restored in.'
35
default: ${{ github.workspace }}
36
37
token:
38
description: 'GITHUB_TOKEN to use to authenticate against the artifacts api.'
39
default: ${{ github.token }}
40
41
outputs:
42
stash-hit:
43
description: >
0 commit comments