Skip to content

Commit

Permalink
action: set ${{github.workspace}} as default path
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Mar 23, 2020
1 parent cf1843d commit 4433177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inputs:
path:
description: Where to unpack the artifact
required: false
default: './'
default: ${{github.workspace}}
runs:
using: node12
main: main.js

0 comments on commit 4433177

Please sign in to comment.