Tim Harris

Results 11 issues of Tim Harris

I would like the ability to use the throttling plugin. I was going to create a PR but it looks like the octokit client is instantiated using the @actions/github package,...

enhancement
good first issue

This new prompt type is just like `list` except when you type it filters the list of choices to those that match the text you have typed. I have tested...

- Adding ability to have comma delimited values within quotes for parameter-verrides.

It would be awesome if `env` could be loaded from a file. Example: ``` name: Loading env vars from file on: push: branches: - develop env-file: dev.env env: other-env-var: env-var-value...

enhancement
Actions Feature

**Describe the bug** When using workflow level environment variables they do not work when I use them to substitute for `jobs.build.name` or `jobs.build.runs-on`. See workflow file below for example: ```...

Actions Feature

Currently if "signed commits" are required in branch protection there is no good way to have actions update code using the token provided for use with github actions and the...

enhancement
future

**Enhancement**: Provide role separation around who can edit contents of `.github/workflows/` **Reasoning**: In an organization setting you have a lot of people who have write access to repositories. Add github...

Service Feature

I would also like support for Pass with GPG instead of only supporting secretservice. Secretservice is a pain to work with on headless servers with no gui. Pass on the...

### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...

bug
p3

Currently the only way to get env vars from the workflow's env context is to use `process.env`. The issue with this is that `process.env` also contains tons of system env...

enhancement
core