Skip to content

Commit

Permalink
Fix pre-release-test: fix variable
Browse files Browse the repository at this point in the history
Is there another way to iterate on this?
  • Loading branch information
maxjakob committed Apr 9, 2024
1 parent d6ca553 commit 6a8b953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:

- uses: ./.github/workflows/_integration_test.yml
with:
working-directory: ${{ matrix.working-directory }}
working-directory: ${{ inputs.working-directory }}

- name: Get minimum versions
working-directory: ${{ inputs.working-directory }}
Expand Down

0 comments on commit 6a8b953

Please sign in to comment.