Skip to content

Instantly share code, notes, and snippets.

@adammcarth
Last active July 11, 2020 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adammcarth/0e061640c79748449cb1ed085a2bd2e4 to your computer and use it in GitHub Desktop.
Save adammcarth/0e061640c79748449cb1ed085a2bd2e4 to your computer and use it in GitHub Desktop.
# .github/workflows/example-1.yml
name: My First Manual Workflow
on: [workflow_dispatch]
jobs:
example:
name: Example Job
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v2
- name: ...
run: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment