Closed
Description
Describe the bug
When running from @v1.0.0 or main I get:
Warning: The set-output
command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see:
How can we reproduce it?
- name: Update README.md docs
id: update-readme
uses: terraform-docs/gh-actions@main #or v1.0.0
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"
config-file: './.config/.terraform-docs.yml'