Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 484 Bytes

File metadata and controls

16 lines (10 loc) · 484 Bytes

GitHub Actions Node.js Greeting Workflow

This repository contains a basic GitHub Actions workflow that:

  • Sets up a Node.js environment
  • Logs a custom greeting message to the GitHub Actions log

💡 Workflow Description

The GitHub Actions workflow runs on every push to the main branch or when manually triggered. It performs the following steps:

  1. Checks out the repository
  2. Sets up Node.js (v18)
  3. Logs a custom message

👋 Output Message