Skip to content

Commit 80ccb79

Browse files
authored
Updating main.yml
1 parent ad2f7e4 commit 80ccb79

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

+10
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
name: A workflow for my Hello World file
22
on: push
3+
4+
jobs:
5+
build:
6+
name: Hello world action
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v1
10+
- uses: ./action-a
11+
with:
12+
MY_NAME: "Mona"

0 commit comments

Comments
 (0)