Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arunsathiya/set-output-janitor
Automated set-output replacements with GitHub GraphQL API
https://github.com/arunsathiya/set-output-janitor
actions ci ci-cd github-graphql github-graphql-api golang
Last synced: 15 days ago
JSON representation
Automated set-output replacements with GitHub GraphQL API
- Host: GitHub
- URL: https://github.com/arunsathiya/set-output-janitor
- Owner: arunsathiya
- Created: 2024-01-13T10:28:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T21:24:57.000Z (6 months ago)
- Last Synced: 2024-06-21T08:27:07.555Z (5 months ago)
- Topics: actions, ci, ci-cd, github-graphql, github-graphql-api, golang
- Language: Go
- Homepage:
- Size: 123 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository is not meant for public use.
This repository is [@arunsathiya](https://github.com/arunsathiya)'s experiments with the GitHub GraphQL (and REST in a few places) API to automate fixing of `set-output` command usage with `$GITHUB_OUTPUT` as [the former command is deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/).
Expect code to be brittle, to be written only for Arun's usage and to have bandaid solutions everywhere. I am learning Go's features as I go.