mirror of
https://github.com/bendtherules/hello-github-actions.git
synced 2026-08-18 22:02:33 +00:00
main.yml - Add job to print
This commit is contained in:
@@ -1,2 +1,12 @@
|
|||||||
name: A workflow for my Hello World file
|
name: A workflow for my Hello World file
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Hello world action
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- uses: ./action-a
|
||||||
|
with:
|
||||||
|
MY_NAME: "Abhas bendtherules"
|
||||||
|
|||||||
Reference in New Issue
Block a user