Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.