Skip to content

Commit 6ce3387

Browse files
🩹 [Fix]: Replace Path with WorkingDirectory in Action-Test.yml for consistency in artifact handling
1 parent bd01dd0 commit 6ce3387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/Action-Test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
uses: ./
3333
with:
3434
Name: PSModuleTest
35-
Path: tests/srcTestRepo
3635
ArtifactName: PSModuleTestDefault
36+
WorkingDirectory: tests/srcTestRepo
3737

3838
ActionTestMinimal:
3939
name: Action-Test - [Minimal]
@@ -49,8 +49,8 @@ jobs:
4949
uses: ./
5050
with:
5151
Name: PSModuleTest
52-
Path: tests/srcMinimalTestRepo
5352
ArtifactName: PSModuleTestMinimal
53+
WorkingDirectory: tests/srcMinimalTestRepo
5454

5555
ActionTestWithManifest:
5656
name: Action-Test - [DefaultWithManifest]
@@ -66,5 +66,5 @@ jobs:
6666
uses: ./
6767
with:
6868
Name: PSModuleTest
69-
Path: tests/srcWithManifestTestRepo
7069
ArtifactName: PSModuleTestWithManifest
70+
WorkingDirectory: tests/srcWithManifestTestRepo

0 commit comments

Comments
 (0)