Compare commits

..

No commits in common. "6d06cfac023250e5ce0674dbfbd8de7ca06dbc98" and "e6693536383b996490637117dbe51a88cc9d036b" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View File

@ -38,7 +38,7 @@ jobs:
working-directory: terraform working-directory: terraform
run: terraform plan run: terraform plan
- name: Terraform Apply - name: Terraform Plan
working-directory: terraform working-directory: terraform
run: terraform apply -auto-approve run: terraform apply

View File

@ -1,11 +1,7 @@
name: Gitea Actions Demo name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on: [push]
push:
branches:
- stage
- test
jobs: jobs:
terraform: terraform: