git-actions
git-actions copied to clipboard
A GitHub Action to run arbitrary git commands
Results
2
git-actions issues
Sort by
recently updated
recently updated
newest added
Allow multiple git commands to be run. It's based on [`actions/bin/sh`](https://github.com/actions/bin/blob/master/sh/entrypoint.sh). It also prefixes the commands with `git` so you don't have to, as inspired by the official [`actions/docker`](https://github.com/actions/docker/blob/master/cli/entrypoint.sh)
Hi I'm confused and I beg for some clarification. Every document from github on how to write workflows are displaying yaml. In your readme it's not yaml. Can you please...