Created
August 16, 2020 05:38
-
-
Save luandevpro/191c93b9139402795f21f96f0a3b1e7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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