actRunners/.gitea/workflows/proxmox-tf.yaml
Martin Cholewa 721477b0ac
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 32s
ProxMox Terraform / Terraform-Proxmox (push) Successful in 28s
Update .gitea/workflows/proxmox-tf.yaml
2025-01-24 11:29:37 +01:00

9 lines
236 B
YAML

name: ProxMox Terraform
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Terraform-Proxmox:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4