From 5cf3dd39b15e9ee28e32dabab3268daf688c84cc Mon Sep 17 00:00:00 2001 From: Nicholas Farley Date: Thu, 30 Nov 2023 15:21:40 -0500 Subject: [PATCH] Change id of parallel instance of for-each to "for-each" --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2caa2de..16b7df7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: main: runs-on: ubuntu-latest outputs: - matches: ${{ steps.for-each-4.outputs.matches }} + matches: ${{ steps.for-each.outputs.matches }} steps: - uses: actions/checkout@v4 @@ -42,7 +42,7 @@ jobs: run: exit 1 - name: Run colpal/actions-for-each - id: for-each-4 + id: for-each uses: ./ with: patterns: 'fixtures/run-*'