Skip to content

Sumith-Developer/Test-GitHub-Actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GitHub Actions Test

This repository is for learning and testing GitHub Actions.

πŸš€ What It Does

It includes a simple workflow that runs a one-line script to print a message:

Hello from GitHub Actions!

🧩 Workflow Details

  • File: .github/workflows/hello.yml

  • Triggers:

    • When code is pushed to the main branch
    • When a pull request targets the main branch
    • When manually triggered using workflow dispatch

πŸ“ Repository Structure

.github/
 └── workflows/
      └── hello.yml     # Simple workflow for testing GitHub Actions
LICENSE                 # MIT License

🧠 Purpose

This project is part of my hands-on learning to understand how GitHub Actions work β€” from setting up workflows to running automated tasks.

πŸ“ License

This project is licensed under the MIT License.

About

This repository would test GitHub actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •