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

github.com host key verification failed when run locally using https://github.com/nektos/act #146

Open
pkazi opened this issue Dec 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@pkazi
Copy link

pkazi commented Dec 24, 2024

Describe the bug

I am running this action locally using https://github.com/nektos/act.
It stucks for github.com host verification and -

🐳  docker run image=quay.io/terraform-docs/gh-actions:1.3.0 platform= entrypoint=[] cmd=[] network="container:act-Terraform-and-JSON-Linter-Validate-Terraform-Modules-7ceb2ea698e15bd85f14b190163e3c5bddafab3929c2daaa329f51dbe58d0357"
The authenticity of host 'github.com (20.207.73.82)' can't be established.
| ED25519 key fingerprint is SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU.
| This key is not known by any other names.

How can we reproduce it?

Run with act https://github.com/nektos/act

name: Generate terraform docs
on:
  - pull_request
jobs:
  docs:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
      with:
        ref: ${{ github.event.pull_request.head.ref }}

    - name: Render terraform docs inside the README.md and push changes back to PR branch
      uses: terraform-docs/gh-actions@v1.3.0
      with:
        working-dir: .
        output-file: README.md
        output-method: inject
        git-push: "true"

Environment information

terraform-docs/gh-actions@v1.3.0
OS - MacOS

@pkazi pkazi added the bug Something isn't working label Dec 24, 2024
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

No branches or pull requests

1 participant