Glen Thomas
Glen Thomas
## Description I'm not sure if I have done something wrong but am experiencing this error: ``` docker run --rm -v $(pwd):/target -i -t eerkunt/terraform-compliance --features ./ --planfile ./plan.out WARNING:...
Hello 👋 I tried to install config-lint via brew on M1 MacBook and it failed. I ran commands: ``` brew tap stelligent/tap brew install config-lint ``` I received errors: ```...
### Description The `channel-id` input supports a single channel ID. Can this be updated to support multiple comma-separated channel ID's? ### What type of issue is this? (place an `x`...
### Problem description I am seeing differences in the plan between plan and apply stages where unused attributes show as default values (empty string, empty map, etc.) in the plan,...
**Describe the bug** The build fails intermittently on the `Packing external modules` stage with an 'EPIPE' error. Often succeeds on retry. **To Reproduce** **Expected behavior** No error **Screenshots or Logs**...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...
I updated from 1.12 to 1.14 and saw this error: ``` Transfer files Protocol: sftp Synchronization: full Local path: asset Remote path: /asset ____________________________________________________________________________________________________ put: /home/runner/work/something/something/.deploy-running: No such file or...
I am using this action to perform an SFTP upload and have seen an issue where a connection problem resulted in 0 byte files existing on the FTP server. I...
**Is your feature request related to a problem? Please describe.** My web app requires a custom header for authentication. **Describe the solution you'd like** A header input, like this: `--header...
I have a repository with releases being created on multiple branches. One branch is using a simple versioning scheme like v0.1.0 and another is using a prefix like `other/v0.0.1`. I...