terraform plan
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 14s

This commit is contained in:
MichaelFisher1997
2025-04-17 01:38:40 +01:00
parent 3f498e3673
commit a20ea678ec
2 changed files with 14 additions and 19 deletions

View File

@@ -0,0 +1,14 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
terraform:
name: "Terraform Plan"
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3