fix: restore checkout in plan workflow
Some checks failed
Terraform Plan / Terraform Plan (push) Failing after 27s
Some checks failed
Terraform Plan / Terraform Plan (push) Failing after 27s
This commit is contained in:
@@ -16,9 +16,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
# NOTE: Gitea runners already provide the workspace checkout.
|
||||
# Avoid actions/checkout to skip its post-job hook, which is causing
|
||||
# false failures at the "Complete job" phase on this runner.
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Create secrets.tfvars
|
||||
working-directory: terraform
|
||||
|
||||
Reference in New Issue
Block a user