Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created August 16, 2020 05:38
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 luandevpro/191c93b9139402795f21f96f0a3b1e7a to your computer and use it in GitHub Desktop.
Save luandevpro/191c93b9139402795f21f96f0a3b1e7a to your computer and use it in GitHub Desktop.
name: "Docker Actions"
on: [push]
jobs:
action:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v1
- name: "hello-action"
uses: ./.github/actions/hello-world
with:
firstGreeting: "Learning Lab User"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment