Skip to content

Commit

Permalink
test needs staged version as input
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 25, 2024
1 parent 599bd3d commit 0e025d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: ./.github/workflows/test_call.yaml
with:
resource_id: ${{inputs.resource_id}}
version: ${{inputs.package_url}}
version: ${{needs.stage.outputs.version}}
S3_HOST: ${{vars.S3_HOST}}
S3_BUCKET: ${{vars.S3_BUCKET}}
S3_FOLDER: ${{vars.S3_FOLDER}}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stage_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ on:
required: true
type: string
outputs:
firstword:
description: "The first output string"
value: ${{ jobs.example_job.outputs.output1 }}
version:
description: "staged version incl 'stage/' prefix"
value: ${{ jobs.run.outputs.version }}

concurrency: ${{inputs.resource_id}}-call

Expand Down

0 comments on commit 0e025d2

Please sign in to comment.