Refactor file path and update workflow name in actions-validate.yml

This commit is contained in:
2024-09-29 19:23:46 +02:00
parent d51c34dd1f
commit 6fdaf8aac9
+5 -5
View File
@@ -17,10 +17,10 @@ jobs:
with:
fetch-depth: 0
- name: Setup environment (TEST)
- name: Setup environment
uses: ./.github/actions/setup-env
- name: Setup Ansible environment (TEST)
- name: Setup Ansible environment
uses: ./.github/actions/setup-ansible-env
with:
vault-master-password: ${{ secrets.VAULT_MASTER_PASSWORD }}
@@ -61,10 +61,10 @@ jobs:
with:
fetch-depth: 0
- name: Setup environment (TEST)
- name: Setup environment
uses: ./.github/actions/setup-env
- name: Setup Ansible environment (TEST)
- name: Setup Ansible environment
uses: ./.github/actions/setup-ansible-env
with:
vault-master-password: ${{ secrets.VAULT_MASTER_PASSWORD }}
@@ -76,7 +76,7 @@ jobs:
with:
terraform_version: 1.9.6
- name: Setup Kubernetes Environment (TEST)
- name: Setup Kubernetes Environment
uses: ./.github/actions/setup-k8s-env
with:
vault-master-password: ${{ secrets.VAULT_MASTER_PASSWORD }}