From 83b386bfa5511f95e8be3aa3b49cf1f22b9dc0ce Mon Sep 17 00:00:00 2001 From: myidismyid <57024792+myidismyid@users.noreply.github.com> Date: Sat, 26 Oct 2019 11:19:50 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8308198..003f141 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ## Welcome to "Hello World" with GitHub Actions -This course will walk you through writing your first action and using it with a workflow file. +GitHub Actions makes it easy to automate software workflows, now with world-class CI/CD. Build, test, and deploy code right from GitHub. Make code reviews, branch management, and issue triaging work the way we want. This course helps through writing "first action" and using it with a workflow file. -**Ready to get started? Navigate to the first issue.** \ No newline at end of file +**Completed** +Completed By:- [https://www.github.com/RitwickBhargav](https://www.github.com/RitwickBhargav) From 9c4740080f44081047052e0563b2def8272a070c Mon Sep 17 00:00:00 2001 From: myidismyid <57024792+myidismyid@users.noreply.github.com> Date: Sat, 26 Oct 2019 11:21:08 +0530 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 259ba1e..4739b0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,12 @@ -name: A workflow for my Hello World file +name: A workflow for my "Hello World" file on: push jobs: build: name: Hello world action - runs-on: ubuntu-latest + runs-on: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@master - uses: ./action-a env: - MY_NAME: "Mona" + MY_NAME: "Ritwick Bhargav"