Darren Cunningham
Darren Cunningham
I _think_ it's related to https://github.com/actions/cache/issues/381 -- looks like the current version of the actions/cache that's being used in this project is `@1`
Not recommending this shouldn't be fixed (if it can) but just a word of caution: if you're putting secrets into environment variables in plain text then anybody with access to...
Are you able to recreate the error in a container locally? ``` docker run --rm -it --entrypoint /bin/sh -v $PWD:/app -w /app alpine:3 apk --update --no-cache add nodejs nodejs-npm python3...
A few years old and probably not going to be merged - but going to leave this here in hopes it helps somebody... "Ignore keyboard layout" option can be found...
This is because the values are being stored in your `cdk.context.json` -- if you clear the context, which you can either clear the entire context `cdk context --clear` or you...
This is actually saving my bacon right now. So, if this is fixed it would be helpful to have a way to ignore the version and keep using the latest...
I ended up switching to https://hub.docker.com/r/mikesir87/aws-cli -- has jq and has tags for aws-cli versions
The action supports all of the arguments exposed by the [Postman Newman NPM module](https://www.npmjs.com/package/newman): Looking at the documentation, `--export-globals` is used when executing from the command line: ``` --export-globals The...
So it looks like in the current state the action doesn't support `export-globals` but _could_ if the `summary.globals` was saved to an output on the action.
@dependabot rebase