-
Notifications
You must be signed in to change notification settings - Fork 2
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
git not handling unchanged files properly #69
Comments
@jevalenciap Which version of the action are you using? |
Thanks @ChristophShyper for your prompt response.
It detects formatting issues correcly in the Vault HCL policies but then I got an error. |
Fix for #69 Bump release to v0.3.1
@jevalenciap I found the issue. Due to how GitHub Actions are constructed the version needs to be always updated in the manifest file. Which I somehow missed for the last release. As a result, even if you had |
Fix for #69 Bump release to v0.3.1 Co-authored-by: Krzysztof Szyper <krzysztof.szyper@brainly.com>
Thanks @ChristophShyper, I updated the GH action to the version 0.3.1
But now I am getting a cache error once GH action runs. |
Using `find . -newer ...` should give the same results as `git diff` in dockerized environment (minus `M` at beginning of the line). While still giving empty string when no files where modified. This will prevent ``error: unknown option `cached'``. Bump release to v0.3.2 Second finding in #69
Looks like I'm releasing it with |
Using `find . -newer ...` should give the same results as `git diff` in dockerized environment (minus `M` at beginning of the line). While still giving empty string when no files where modified. This will prevent ``error: unknown option `cached'``. Bump release to v0.3.2 Second finding in #69 Co-authored-by: Krzysztof Szyper <krzysztof.szyper@brainly.com>
@ChristophShyper Thank you so much! I appreciate your diligence and fast response |
I'm happy my work is of any help to others 😃 |
I tested the Github action against HachiCorp Vault policy files, since it detects the formatting errors in the policies, then it failed because doesn't find tf and tfvars.
=> Searching for .tf and .tfvars files
error: unknown option `staged'
Wanted to see if you can include HCL Vault policies in the action or see if I can omit the step about searching .tf and .tfvars files in order to work with Vault.
The text was updated successfully, but these errors were encountered: