aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorJan T <jans.tuomi@gmail.com>2019-08-21 13:49:27 +0300
committerGitHub <noreply@github.com>2019-08-21 13:49:27 +0300
commit48844a5e382e3bee2ce9e5894cd9904a82764b86 (patch)
tree10efcef3085ef0e08ab50b73ad0d53d0f01001fa /.github/workflows/main.yml
parent26e1d5ee12f2485ea625c03d3ca4e731db7d4646 (diff)
parent6690e87c9c091bc189abd85ae841345fed8efc48 (diff)
Merge pull request #2 from jantuomi/first-actionmaster
Add Dockerfile
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..600954d
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,12 @@
+name: A workflow for my Hello World file
+on: push
+
+jobs:
+ build:
+ name: Hello world action
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@master
+ - uses: ./action-a
+ env:
+ MY_NAME: "Mona"