Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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"
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.**
**Completed**
Completed By:- [https://www.github.com/RitwickBhargav](https://www.github.com/RitwickBhargav)