Skip to content

Commit 51c59f9

Browse files
committed
undo reusable dir changes, fix syntax error
1 parent 7c63a8a commit 51c59f9

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

.github/workflows/vuln-scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
SYS_BINARIES: [ "binaries-windows_amd64" ]
8787
uses: ./.github/workflows/reusable/compile.yml
8888
with:
89-
SYS_BINARY: ${{ matrix.SYS_BINARIES
89+
SYS_BINARY: ${{ matrix.SYS_BINARIES }}
9090

9191
trivy-image-scan:
9292
runs-on: ${{ matrix.ARCH == 'amd64' && 'ubuntu-24.04' || 'ubuntu-24.04-arm' }}

0 commit comments

Comments
 (0)