Skip to content

Commit ef5637f

Browse files
Update default working directory in action.yml to use a relative path
1 parent b023068 commit ef5637f

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)