Skip to content

Debug - DVPS-2/init-container-provisioning #28

Debug - DVPS-2/init-container-provisioning

Debug - DVPS-2/init-container-provisioning #28

Workflow file for this run

name: CI - Debug
run-name: Debug - ${{ github.ref_name || github.ref}}
on:
workflow_dispatch: {}
jobs:
ci_debugger:
runs-on:
- master
steps:
- name: Template
run: |
echo "Hello, world!"
- name: Checkout
uses: actions/checkout@v4
- name: Test - container template provisioning
env:
ANSIBLE_USER_COMPUTING_INSTANCES: ${{ secrets.ANSIBLE_USER_COMPUTING_INSTANCES }}
ANSIBLE_SSH_PW_COMPUTING_INSTANCES: ${{ secrets.ANSIBLE_SSH_PW_COMPUTING_INSTANCES }}
ANSIBLE_BECOME_PW_COMPUTING_INSTANCES: ${{ secrets.ANSIBLE_BECOME_PW_COMPUTING_INSTANCES }}
uses: ./.github/actions/container_template