Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
csima authored Aug 28, 2019
1 parent 6d10593 commit 3064c6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
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"

0 comments on commit 3064c6b

Please sign in to comment.