Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 3508ee4

Browse files
authored
b
1 parent 36c5756 commit 3508ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: apiman/apiman-docker/.github/workflows/docker-test-release.yml@master
2828
secrets: inherit
2929
with:
30-
apiman-version: ${{ steps.read-versions.outputs.release-version }}
30+
apiman-version: ${{ needs.read-versions.outputs.release-version }}
3131
push-to-repos: false
3232
snapshot: false
3333

@@ -36,7 +36,7 @@ jobs:
3636
uses: apiman/apiman-docker/.github/workflows/docker-test-release.yml@master
3737
secrets: inherit
3838
with:
39-
apiman-version: ${{ steps.read-versions.outputs.snapshot-version }}
39+
apiman-version: ${{ needs.read-versions.outputs.snapshot-version }}
4040
push-to-repos: false
4141
snapshot: true
4242

0 commit comments

Comments
 (0)