Skip to content

Commit 5308e95

Browse files
🩹 [CI]: Update default working directory in workflows to current directory for consistency
1 parent c0c8a47 commit 5308e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/CI.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 working directory where the script will run from.
6363
required: false
64-
default: ${{ github.workspace }}
64+
default: '.'
6565

6666
permissions:
6767
contents: read # to checkout the repository

‎.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
type: string
3737
description: The path to the root of the repo.
3838
required: false
39-
default: ${{ github.workspace }}
39+
default: '.'
4040
SkipTests:
4141
type: string
4242
description: Defines what types of tests to skip. Allowed values are 'All', 'SourceCode', 'Module', 'None', 'macOS', 'Windows', 'Linux'.

0 commit comments

Comments
 (0)