Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create actions.yml so it can be used locally with act #132

Closed
mariusgreve opened this issue Sep 28, 2020 · 0 comments · Fixed by #135
Closed

Create actions.yml so it can be used locally with act #132

mariusgreve opened this issue Sep 28, 2020 · 0 comments · Fixed by #135

Comments

@mariusgreve
Copy link
Contributor

To be able to run this action locally through act it requires an action.yml file to describe the action.
This file is fairly simple and should just need to reference the Dockerfile https://docs.github.com/en/free-pro-team@latest/actions/creating-actions/metadata-syntax-for-github-actions

name: ...
description: ...
author: ...
runs:
  using: docker
  image: Dockerfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant