Skip to content

Commit

Permalink
Adding explanation for why this action is useful
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperbenson-qz committed Oct 22, 2020
1 parent dee2079 commit 2e57de7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Commit Changes Action

<p align="center">
<a href="https://github.com/quizlet/commit-changes/actions"><img alt="commit-changes status" src="https://github.com/quizlet/commit-changes/workflows/Check,%20Build,%20and%20Run/badge.svg"></a>
</p>
![Check, Build, and Run](https://github.com/quizlet/commit-changes-action/workflows/Check,%20Build,%20and%20Run/badge.svg)

This is an action that uses the [Github Git Database API][1] to commit changes to a branch.
This is an action that uses the [Github Git Database API][1] to commit changes to a branch. This allows for easier committing against protected branchs, and avoids a lot of potential edge cases that can occur when using `git` directly.

## Inputs

Expand Down

0 comments on commit 2e57de7

Please sign in to comment.