Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‘‹ Hello World GitHub Actions Demo

This repository contains a simple GitHub Actions workflow that prints Hello World whenever code is pushed to the main branch.

๐Ÿš€ How it works

  • The workflow is defined in .github/workflows/hello-world.yml.
  • It runs automatically on each push to the main branch.
  • The job runs on an ubuntu-latest GitHub-hosted runner.
  • As a demo, it prints ๐ŸŽ‰ Hello, GitHub Actions! to the logs.

โ–ถ๏ธ Try it yourself

  1. Fork this repo or clone it.
  2. Push a commit to the main branch.
  3. Go to the Actions tab โ†’ Youโ€™ll see the workflow run.
  4. Open the logs โ†’ You should see:

About

GithubActionHelloworld

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages