terraform plan
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 14s
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 14s
This commit is contained in:
14
.gitea/workflows/terraform-plan.yml
Normal file
14
.gitea/workflows/terraform-plan.yml
Normal 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
|
||||
Reference in New Issue
Block a user