Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ludeeus/action-push
Push the updated workspace back to the repository.
https://github.com/ludeeus/action-push
Last synced: 21 days ago
JSON representation
Push the updated workspace back to the repository.
- Host: GitHub
- URL: https://github.com/ludeeus/action-push
- Owner: ludeeus
- License: mit
- Created: 2019-03-09T10:19:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T10:20:59.000Z (over 5 years ago)
- Last Synced: 2024-10-10T17:13:37.877Z (about 1 month ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PUSH
[![BuyMeCoffee][buymecoffeebedge]][buymecoffee]
_Push the updated workspace back to the repository._
## Example
```
workflow "Push it!" {
on = "push"
resolves = ["push"]
}action "push" {
uses = "ludeeus/action-push@master"
env = {
ACTION_MAIL = "[email protected]"
ACTION_NAME = "octocat"
ACTION_BRANCH = "master"
ACTION_MESSAGE = "Action commit"
}
secrets = ["GITHUB_TOKEN"]
}
```**REQUIRE GITHUB_TOKEN.**
## ENV VARS
ENV | description
-- | --
`ACTION_MAIL` | Email used for the commit.
`ACTION_NAME` | Name used for the commit.
`ACTION_BRANCH` | Branch name to push against. _(defaults to `master`)_
`ACTION_MESSAGE` | Message used in the commit. _(defaults to `'Automated commit'`)_[buymecoffee]: https://www.buymeacoffee.com/ludeeus
[buymecoffeebedge]: https://camo.githubusercontent.com/cd005dca0ef55d7725912ec03a936d3a7c8de5b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275792532306d6525323061253230636f666665652d646f6e6174652d79656c6c6f772e737667