fix: remove checkout action from plan workflow
Some checks failed
Terraform Plan / Terraform Plan (push) Failing after 2s

This commit is contained in:
2026-02-28 14:35:48 +00:00
parent a5f8d72bff
commit a5d5ddb618

View File

@@ -16,8 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
# 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: Create secrets.tfvars
working-directory: terraform