Create GitHub action.yml#401
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
As per docs: - https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-docker-container-actions Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>
Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>
|
Awesome! |
|
@MPV I think it would be good to have (somewhere) example usage. E.g., typically actions have minimally a table with inputs and then a YAML file example, either in a README or a file that can be easily copy pasted. I'd also recommend adding a test for it. |
|
@vsoch I don't disagree. Feel free to improve/iterate upon this as you see fit. |
|
@MPV I won't have bandwidth any time soon but I can add to my TODO. |
|
Closing in favor of #402 |
What
Add a proper
action.ymlfile for GitHub Actions support, building on the previous work by @vsoch in:As per docs:
Why
So it's possible to easily use this action in your workflows, like this: