Desmond Kirrane

Results 40 comments of Desmond Kirrane

Ok, seems similar to this https://github.com/actions/toolkit/issues/1035 I'll try the workaround suggested

Any workaround for this? I cannot use docker virtualbox machines on windows at all due to `certificate signed by unknown authority` ``` docker run hello-world Unable to find image 'hello-world:latest'...

Created a PR for this https://github.com/kvrhdn/go-tfe-run/pull/19

The following steps maybe useful for others. Uses `terraform output -json` and `jq` to get some terraform output called named `foo` ``` - name: Setup Terraform uses: hashicorp/setup-terraform@v1 with: terraform_version:...

Created a PR for this https://github.com/kvrhdn/go-tfe-run/pull/19 it will just skip trying to output complex types. Only primitive types will be output

This action obviously uses API driven workflow and I hadn't checked out code. So it failed with `failed unpacking terraform config` because there was no tf config for Terraform Cloud...

Hi, I created a sample project here that uses a simple ant task to copy the built jar. It uses `${project.version}` as the path for file to copy. It fails...

Here's what I've tried [commit fd9436d9](https://github.com/dkirrane/maven-external-version/commit/fd9436d91939288db5fdf69c05a6ca4c3d8a8f57) Line 228 I'm setting the version of the dependencies to a non existing version `dependency.setVersion("fooBar");` and the `pom.xml.new-version` gets updated correctly However, the `mvn...

Update: Just checked with curl and the issues is the same ```bash curl -X GET "https://api.datadoghq.com/api/v2/downtime/${DOWNTIME_ID}?include=monitor" \ -H "Content-Type: application/json" \ -H "DD-API-KEY: ${DD_API_KEY}" \ -H "DD-APPLICATION-KEY: ${DD_APP_KEY}" ``` response...

Looking for the same. Related JIRA: - https://github.com/kubernetes-sigs/secrets-store-csi-driver/pull/963 - https://github.com/Azure/secrets-store-csi-driver-provider-azure/issues/885