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