Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chingc/demo-github-actions-script

A quickstart and reference for my future self.
https://github.com/chingc/demo-github-actions-script

demo quickstart reference

Last synced: 3 days ago
JSON representation

A quickstart and reference for my future self.

Awesome Lists containing this project

README

        

# Demo

GitHub provides an action that lets you easily write javascript directly in your workflow.

The action includes an object with the current workflow context and references to several other useful packages. It's also a pre-authenticated octokit/rest.js client.

## Overview

- Uses [actions/github-script](https://github.com/actions/github-script)

## References

- [GitHub Docs: GitHub Actions](https://docs.github.com/en/actions)
- [octokit/rest.js API documentation](https://octokit.github.io/rest.js)