Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions auto-commit/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Auto-commit GitHub Action

**Note:** You need to use the actions/checkout@**v2** for this action to work. See [#23](https://github.com/cds-snc/github-actions/issues/23) for more info.

The purpose of this GitHub action is to auto-commit back any changes made to the branch through previous GitHub actions. This allows you to export build scripts into GitHub Actions. GitHub appears to be smart enough not to run CI on commits made by a GitHub action.

![screen shot 2019-02-19 at 9 06 03 am](https://user-images.githubusercontent.com/867334/53020783-b2389e00-3425-11e9-8d05-273c5e8f7d1d.png)
Expand Down