diff --git a/.gitea/workflows/hatarashi-hako.yaml b/.gitea/workflows/hatarashi-hako.yaml index 6e4e56b..314fe7d 100644 --- a/.gitea/workflows/hatarashi-hako.yaml +++ b/.gitea/workflows/hatarashi-hako.yaml @@ -28,7 +28,7 @@ jobs: - name: Checkout Ansible inventory run: | - INVENTORY_URL="https://shmick:${{ secrets.ANSIBLE_TOKEN }}@git.pukeko.xyz/shmick/ansible/inventory.yaml" + INVENTORY_URL="https://shmick:${{ secrets.ANSIBLE_TOKEN }}@git.pukeko.xyz/shmick/ansible/raw/branch/main/inventory.yaml" curl -o inventory.yaml $INVENTORY_URL cat inventory.yaml