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" 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)