Compare commits
No commits in common. "6d06cfac023250e5ce0674dbfbd8de7ca06dbc98" and "e6693536383b996490637117dbe51a88cc9d036b" have entirely different histories.
6d06cfac02
...
e669353638
@ -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
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user