Skip to content

Commit

Permalink
doc: create readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal authored Aug 19, 2019
1 parent 213abdb commit 8ba5380
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# `publish-to-github-action`

A GitHub Action to push any local file changes, including new files, back to master.

This action is useful to put *after* other actions that modify files in the local checkout
that you'd then like to persist back into the repository.

Usage:

```
- uses: mikeal/publish-to-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit 8ba5380

Please sign in to comment.