Skip to content

Commit

Permalink
Change id of parallel instance of for-each to "for-each"
Browse files Browse the repository at this point in the history
  • Loading branch information
nafarlee committed Nov 30, 2023
1 parent 2033138 commit 5cf3dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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-*'
Expand Down

0 comments on commit 5cf3dd3

Please sign in to comment.