gflows icon indicating copy to clipboard operation
gflows copied to clipboard

A CLI tool that makes templating GitHub Workflows easy

Results 29 gflows issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Would you have an example on how to share an entire (templated) workflow with other repositories? I am using `ytt` as a templating engine and created a repository containing a...

Hi, I'm trying to add several steps, e.g ```yaml - uses: actions/cache@v2 id: cache with: path: | **/node_modules key: cache-${{ runner.os }}-${{ hashFiles('**/package.json', 'yarn.lock') }} - name: Install packages run:...

For local dev, cloning repos on every invocation can be tedious with larger repos. Some mechanism for caching/updating local repos might be useful.

While it very slightly simplifies setup for some users, there are some significant downsides to bundling ytt and jsonnet into the binary: * It significantly slows compilation. * The binary...

Either to optionally include, or optionally exclude, specific workflows. Perhaps a package could also specify which to export by default.

Perhaps replace with an existing logging framework. This may help avoid duplication between gflows and g3ops.