Skip to content

Commit cc867bb

Browse files
feat: Update default input for repo path to use github.workspace for better compatibility
1 parent 9d8f13d commit cc867bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ on:
6161
type: string
6262
description: The path to the root of the repo.
6363
required: false
64-
default: '.'
64+
default: ${{ github.workspace }}
6565

6666
permissions:
6767
contents: write # to checkout the repo and create releases on the repo

0 commit comments

Comments
 (0)