Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/k8s-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v5
# FIXME: Update to charts repository once available
- name: Checkout infrastructure repository ${{ inputs.chart-branch }}
- name: Checkout OpenCRVS helm charts repository ${{ inputs.chart-branch }}
uses: actions/checkout@v5
with:
repository: opencrvs/infrastructure
repository: opencrvs/opencrvs-helm-charts
path: infrastructure
ref: ${{ inputs.chart-branch }}
- name: Verify branch status ${{ inputs.chart-branch }}
Expand Down