From 64d83c75f083b74e965692f4d1e73bee121c5c4c Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Tue, 2 Aug 2022 11:38:33 +0200 Subject: [PATCH] Fix syntax error --- .github/workflows/debug-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debug-artifacts.yml b/.github/workflows/debug-artifacts.yml index ad7c37c7e..f7af04ff2 100644 --- a/.github/workflows/debug-artifacts.yml +++ b/.github/workflows/debug-artifacts.yml @@ -31,7 +31,7 @@ jobs: id: prepare-test uses: ./.github/prepare-test with: - version: ${{ matrix.version }} + version: ${{ matrix.version }} - uses: ./../action/init with: tools: ${{ steps.prepare-test.outputs.tools-url }}