Skip to content

Commit

Permalink
rename input
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Sep 10, 2024
1 parent fdb2c0b commit 6a95309
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ on:
required: false
default: 'ubuntu-22.04'
type: string
artifact_deploy_target_repo:
description: 'Repository to deploy artifacts to'
required: true
type: string
# Enviroment inputs
docker_registry:
description: 'The docker registry to use'
Expand Down Expand Up @@ -92,10 +96,6 @@ on:
required: false
default: 'build/coverage.xml'
type: string
coverage_deploy_target_repo:
description: 'The repository to deploy the coverage report to'
required: true
type: string
dist_path:
description: 'The path to the dist directory, relative to the github workspace'
required: false
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
# LTODO update tag
uses: everest/everest-ci/github-actions/deploy-ci-artifact@feature/add-reusable-ci-workflow
with:
target_repo: ${{ inputs.coverage_deploy_target_repo }}
target_repo: ${{ inputs.artifact_deploy_target_repo }}
github_token: ${{ secrets.coverage_deploy_token }}
artifact_name: coverage-report
artifact_directory: ${{ inputs.coverage_report_path }}
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
# LTODO update version
uses: everest/everest-ci/github-actions/deploy-ci-artifact@feature/add-reusable-ci-workflow
with:
target_repo: ${{ github.repository }}
target_repo: ${{ inputs.artifact_deploy_target_repo }}
github_token: ${{ secrets.SA_GITHUB_PAT }}
artifact_name: coverage-badge
artifact_directory: ${{ github.workspace }}/coverage-badge/

0 comments on commit 6a95309

Please sign in to comment.