Skip to content

Commit

Permalink
fix stage_number input forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 25, 2024
1 parent 0e025d2 commit d4e2948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: ./.github/workflows/publish_call.yaml
with:
resource_id: ${{inputs.resource_id}}
stage_number: ${{inputs.stage_number}}
stage_number: '${{inputs.stage_number}}'
S3_HOST: ${{vars.S3_HOST}}
S3_BUCKET: ${{vars.S3_BUCKET}}
S3_FOLDER: ${{vars.S3_FOLDER}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/request_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: ./.github/workflows/request_changes_call.yaml
with:
resource_id: ${{inputs.resource_id}}
stage_number: ${{inputs.stage_number}}
stage_number: '${{inputs.stage_number}}'
reason: ${{inputs.reason}}
S3_HOST: ${{vars.S3_HOST}}
S3_BUCKET: ${{vars.S3_BUCKET}}
Expand Down

0 comments on commit d4e2948

Please sign in to comment.