Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

chrisgavin/github-go-script

Repository files navigation

GitHub Go Script Action

An action similar to actions/github-script that lets you use Go as the scripting language.

Authors

Quickstart

To get up and running with a new workflow, simply run:

go run github.com/chrisgavin/github-go-script/gen@latest workflow

This will create:

.github
└── workflows
    ├── workflow
    │   ├── go.mod
    │   ├── go.sum
    │   └── main.go
    └── workflow.yml

You can jump straight into .github/workflows/workflow/main.go and start scripting away.

About

github-go-script

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •