Skip to content

sailikhith-stepsecurity/hello-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Action

A simple GitHub Action written in Go that prints a message.

Inputs

message

Optional The message to print. Default "Hello, World!".

Example usage

uses: your-username/hello-action@v1
with:
  message: 'Hello from my workflow!'

Development

This action is written in Go and uses Docker to run. To build locally:

  1. Build the Go binary:

    go build -o main .
  2. Build the Docker image:

    docker build -t hello-action .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published