-
Notifications
You must be signed in to change notification settings - Fork 34
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
Running infracost action using working-directory
#176
Comments
working-directory
working-directory
@kaykhan are you able to share some additional logs, so we can see at which stage the failure is happening. Once you find the failing step you could add the following to check that the directory exists:
One thing I noticed is that this looks odd: |
I moved away from using Instead i now specify a
|
Awesome! Thanks for the update @kaykhan. |
Hi @kaykhan, I'm curious to learn if you considered using the GitHub App as it has several benefits? the feedback helps us learn if we should keep investing in making the GH Actions easier to use in the future too |
No particular reason. When we were building our custom terraform ci/cd pipeline using github actions - We thought it was simpler to setup Infracost Github Actions because Infracost Github App setup looks a little more involved. Maybe its something we would use in the future but right now we are happy with what we have. Infracost for us is a nice to have but not super essential so just a time trade off. |
@kaykhan thanks for the feedback! |
We are using
working-directory
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrunWe then define below a
cost
job.However this is failing with the following error
any idea what is happening here?
The text was updated successfully, but these errors were encountered: