try dis
Some checks failed
Deploy Containers / Prepare (push) Failing after 11s

This commit is contained in:
2026-01-10 00:09:47 -05:00
parent cce38c758b
commit 9be0b01696

View File

@@ -8,14 +8,18 @@ on:
jobs:
deploy:
name: Prepare
runs-on: runner
container: node:18
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Ansible
shell: bash
run: |
pip3 install ansible
- name: Deploy
shell: bash
run: |