This GitHub action ...
Create a workflow .yml
file in your .github/workflows
directory. An example workflow is available below.
For more information, reference the GitHub Help Documentation for Creating a workflow file
some-input
: Description here
some-output
: Description here
on:
push:
branches:
- '**'
pull_request:
types: [closed]
name: GitHub action workflow name
jobs:
context:
name: Job name
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Name here
uses: dolittle/action-repository-here@tag-to-use
We're always open for contributions and bug fixes!
node <= 12 yarn git