Skip to content

Commit 1f17a07

Browse files
authored
Merge pull request #1031 from per1234/correct-step-name
Correct step name in integration test workflow
2 parents 258789e + e2fa094 commit 1f17a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Checkout repository
7272
uses: actions/checkout@v4
7373

74-
- name: Run action, using Task minor version wildcard
74+
- name: Run action with version input set to ${{ matrix.version.input }}
7575
uses: ./
7676
with:
7777
version: ${{ matrix.version.input }}

0 commit comments

Comments
 (0)