Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provided template is not taken into account #37

Closed
mkatneni opened this issue Apr 15, 2021 · 1 comment · Fixed by #53
Closed

Provided template is not taken into account #37

mkatneni opened this issue Apr 15, 2021 · 1 comment · Fixed by #53
Labels
bug Something isn't working

Comments

@mkatneni
Copy link

Describe the bug

I wanted a template definition that goes at the top of my README so others are aware this is autogenerated by CI. But I couldnt get it to work as mentioned in the examples

How can we reproduce it?

    uses: terraform-docs/gh-actions@v0.6.0
    with:
      working-dir: ./modules/s3
      output-file: README.md
      output-method: replace
      git-push: "true"
      template: |
        # S3 Module Documentation
        ## Verify

        Manually changing anything in the README will be overwritten 
       
        # Usage

        <!--- BEGIN_TF_DOCS --->
        <!--- END_TF_DOCS --->

Environment information

@mkatneni mkatneni added the bug Something isn't working label Apr 15, 2021
@khos2ow
Copy link
Member

khos2ow commented May 20, 2021

@mkatneni Sorry for the delay, was there any error?

@khos2ow khos2ow linked a pull request Jul 21, 2021 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants