O'Shaughnessy Evans
O'Shaughnessy Evans
I see the same symptoms as described in #152 when referencing inputs from a `workflow_call` definition. E.g. from this simplified workflow: ``` on: workflow_call: inputs: artifact-name: description: "Prefix for name...
Allows `packer.inspect(mrf=True)` to work without raising an exception in Python 3. Tested under Python 2 as well.
Can we simplify the developer story and write a Visual Studio Code extension that takes care of everything needed to use config-lint within it? Beyond just encapsulating the vscode instructions...
`version` description in `helm_release` doesn't correctly describe actual behavior per notes in #102
In the helm_release docs, `version` is described this way: > [version](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release#version) - (Optional) Specify the exact chart version to install. If this is not specified, the latest version is installed....
Hi. One feature I've really been missing from MediaWiki is the ability to edit just a section of a page. It allows for simultaneous edits by different people, and in...
**Community Note** - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do not...
**Community Note** - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do not...
**Bug description** Running "return-license" does not return a license. **How to reproduce** Manually invoke this workflow definition: ``` jobs: return-license: runs-on: ${{ github.event.inputs.runs-on }} env: UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }} steps:...
**Context** Running `game-ci/unity-return-license@main` on the `macos-latest` runner. Right now I get this error when I try to run it: ```Error: Container action is only supported on Linux``` **Suggested solution** I...