From 89daacabe7c4729d59f85e9734717789baa501d8 Mon Sep 17 00:00:00 2001 From: githubofkrishnadhas Date: Wed, 31 Jul 2024 03:05:38 +0530 Subject: [PATCH] troubleshoot issue --- .github/workflows/terraform-docs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-docs.yml b/.github/workflows/terraform-docs.yml index d2cab88..13ba548 100644 --- a/.github/workflows/terraform-docs.yml +++ b/.github/workflows/terraform-docs.yml @@ -25,8 +25,10 @@ jobs: config-file: .terraform-docs.yml output-file: README.md output-method: inject - git-push: "true" - + - name: checks + run: | + ls -la + git status - name: Commit and Push Changes run: | git config user.name 'github-actions'