Skip to content

Instantly share code, notes, and snippets.

@Mossman1215
Last active October 16, 2023 22:08
Show Gist options
  • Save Mossman1215/db5d62a5bb9e3b40401536b82897cd25 to your computer and use it in GitHub Desktop.
Save Mossman1215/db5d62a5bb9e3b40401536b82897cd25 to your computer and use it in GitHub Desktop.
Hello-world-actions
#put in .github/workflows/
on:
pull_request: {}
workflow_dispatch: {}
push: {}
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: 'say hello'
run: "echo 'hello world!'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment