Skip to content

Commit 643013e

Browse files
Update action.yml to change default WorkingDirectory to '.' for improved script execution context
1 parent e48d817 commit 643013e

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
@@ -27,7 +27,7 @@ inputs:
2727
WorkingDirectory:
2828
description: The working directory where the script will run from.
2929
required: false
30-
default: ${{ github.workspace }}
30+
default: '.'
3131

3232
runs:
3333
using: composite

0 commit comments

Comments
 (0)