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

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
msavy authored Sep 3, 2022
1 parent 36c5756 commit 3508ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: apiman/apiman-docker/.github/workflows/docker-test-release.yml@master
secrets: inherit
with:
apiman-version: ${{ steps.read-versions.outputs.release-version }}
apiman-version: ${{ needs.read-versions.outputs.release-version }}
push-to-repos: false
snapshot: false

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

Expand Down

0 comments on commit 3508ee4

Please sign in to comment.