Skip to content

Commit 7c1eb7d

Browse files
committed
debug terraform-docs cont
1 parent 0690b4e commit 7c1eb7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/terraform_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
echo ${{ steps.old_hash.outputs.README_HASH }}
2525
echo ${{ steps.new_hash.outputs.README_HASH }}
2626
echo "--------------------------------"
27-
echo "diffing README.md.old and README.md"
28-
diff README.md.old README.md
29-
echo "--------------------------------"
3027
echo "listing README.md.old"
3128
ls -latr README.md*
29+
echo "--------------------------------"
30+
echo "diffing README.md.old and README.md"
31+
diff README.md.old README.md
3232
- name: test to see of hashs are the same
3333
if: ${{ steps.old_hash.outputs.README_HASH != steps.new_hash.outputs.README_HASH }}
3434
uses: actions/github-script@v6

0 commit comments

Comments
 (0)