Skip to content

Commit e3fb3d1

Browse files
committed
ci(audits): workspace in matrix is the name
1 parent 62a7126 commit e3fb3d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/audits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Upload audit report
4646
uses: actions/upload-artifact@v4
4747
with:
48-
name: audit-report-${{ matrix.workspace.name }}
48+
name: audit-report-${{ matrix.workspace }}
4949
# > If multiple paths are provided as input, the least common ancestor of all the search paths will be used as the root directory of the artifact.
5050
# https://github.com/actions/upload-artifact#upload-using-multiple-paths-and-exclusions
5151
#
@@ -99,7 +99,7 @@ jobs:
9999
- name: Upload audit report
100100
uses: actions/upload-artifact@v4
101101
with:
102-
name: audit-report-${{ matrix.workspace.name }}
102+
name: audit-report-${{ matrix.workspace }}
103103
# > If multiple paths are provided as input, the least common ancestor of all the search paths will be used as the root directory of the artifact.
104104
# https://github.com/actions/upload-artifact#upload-using-multiple-paths-and-exclusions
105105
#

0 commit comments

Comments
 (0)