File tree Expand file tree Collapse file tree 5 files changed +10
-11
lines changed
Expand file tree Collapse file tree 5 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 11name : Cluster provisioner
22
33# The name for workflow runs generated from the workflow.
4- run-name : Cluster ${{ github.event.inputs.cluster_provisioner_command }}
4+ run-name : Cluster ${{ github.event.inputs.rmk_command }}
55
66on :
77 workflow_dispatch :
2525
2626jobs :
2727 cluster-provision :
28- name : ' Cluster will be ${{ github.event.inputs.cluster_provisioner_command }} for branch: ${{ github.ref_name }}.'
28+ name : ' Cluster will be ${{ github.event.inputs.rmk_command }}ed for branch: ${{ github.ref_name }}.'
2929 runs-on : ubuntu-22.04
3030 steps :
3131 - name : Checkout main repository
3535 fetch-depth : 0
3636
3737 - name : Run gitlabflow action
38- uses : edenlab /gitlabflow.cd.action@v2
38+ uses : edenlabllc /gitlabflow.cd.action@v2
3939 with :
4040 cluster_provider_credentials : ${{ secrets.CLUSTER_PROVIDER_CREDENTIALS }}
4141 github_token_repo_full_access : ${{ secrets.GITHUB_TOKEN_REPO_FULL_ACCESS }}
Original file line number Diff line number Diff line change 1919 fetch-depth : 0
2020
2121 - name : Run gitlabflow action
22- uses : edenlab /gitlabflow.cd.action@v2
22+ uses : edenlabllc /gitlabflow.cd.action@v2
2323 with :
2424 cluster_provider_credentials : ${{ secrets.CLUSTER_PROVIDER_CREDENTIALS }}
2525 github_token_repo_full_access : ${{ secrets.GITHUB_TOKEN_REPO_FULL_ACCESS }}
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 project-update :
23- name : ' Update ${{ github.event.inputs.project_dependencies_name }} dependency to version ${{ github.event.inputs.project_dependencies_version }} for branch: ${{ github.ref_name }}.'
23+ name : ' Update ${{ github.event.inputs.rmk_project_dependency_name }} dependency to version ${{ github.event.inputs.rmk_project_dependency_version }} for branch: ${{ github.ref_name }}.'
2424 runs-on : ubuntu-22.04
2525 steps :
2626 - name : Checkout main repository
3030 fetch-depth : 0
3131
3232 - name : Run gitlabflow action
33- id : gitlabflow
34- uses : ./.github/actions/gitlabflow
33+ uses : edenlabllc/gitlabflow.cd.action@v2
3534 with :
3635 allowed_environments : develop
3736 cluster_provider_credentials : ${{ secrets.CLUSTER_PROVIDER_CREDENTIALS }}
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 release-sync :
19- name : Checkout main and gitlabflow action repositories, run gitlabflow action for release sync
19+ name : ' Sync releases for branch: ${{ github.ref_name }}. '
2020 runs-on : ubuntu-22.04
2121 steps :
2222 - name : Checkout main repository
2626 fetch-depth : 0
2727
2828 - name : Run gitlabflow action
29- uses : edenlab /gitlabflow.cd.action@v2
29+ uses : edenlabllc /gitlabflow.cd.action@v2
3030 with :
3131 allowed_environments : develop,staging
3232 cluster_provider_credentials : ${{ secrets.CLUSTER_PROVIDER_CREDENTIALS }}
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 release-update :
23- name : Checkout and run action
23+ name : ' Update ${{ github.event.inputs.rmk_release_repository_full_name }} image to version ${{ github.event.inputs.rmk_release_version }} for branch: ${{ github.ref_name }}. '
2424 runs-on : ubuntu-22.04
2525 steps :
2626 - name : Checkout main repository
3030 fetch-depth : 0
3131
3232 - name : Run gitlabflow action
33- uses : edenlab /gitlabflow.cd.action@v2
33+ uses : edenlabllc /gitlabflow.cd.action@v2
3434 with :
3535 allowed_environments : develop
3636 cluster_provider_credentials : ${{ secrets.CLUSTER_PROVIDER_CREDENTIALS }}
You can’t perform that action at this time.
0 commit comments