Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chingc/demo-github-actions-script
- Owner: chingc
- License: mit
- Created: 2024-08-19T03:19:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T16:59:24.000Z (2 months ago)
- Last Synced: 2024-09-12T00:39:34.073Z (2 months ago)
- Topics: demo, quickstart, reference
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)