Skip to content

Commit 3caad7f

Browse files
Update default WorkingDirectory in action.yml to use relative path
1 parent 9cb456b commit 3caad7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inputs:
2424
WorkingDirectory:
2525
description: The working directory where the script will run from.
2626
required: false
27-
default: ${{ github.workspace }}
27+
default: '.'
2828

2929
runs:
3030
using: composite

0 commit comments

Comments
 (0)