Commit Graph

37 Commits

Author SHA1 Message Date
Stefan Zweifel 92b3981e0b
Update Author Email Address 2023-01-25 19:57:43 +01:00
Teko 976f22029f
Fix github-actions[bot] email address (#264) 2022-11-15 20:12:31 +01:00
Stefan Zweifel 0b007fbd11
Let Action fail if git binary can't be located (#261)
* Check if git binary exists

* Add Tests
2022-11-05 11:53:46 +01:00
Stefan Zweifel fd157da78f
Run Action on Node16 (#247)
closes #246
2022-10-10 19:15:24 +02:00
Jonas L 73f17337ef
Use github-actions[bot] user as commit user (#213)
Fixes #212
2022-04-12 20:30:34 +02:00
Stefan Zweifel ebe77391c6
Add `create_branch` option to force create a new branch (#203)
* Add create_branch option

* Checkout new branch if create_branch input is true

* Add tests

* Update README
2022-02-27 07:52:17 +01:00
Chris Buckley fc174e2406 Add skip_checkout option 2022-01-10 00:17:58 +00:00
Jon Cram 68fd92dd9c Output hash of created commit 2021-09-10 14:37:45 +01:00
Tim Robertson ccad85927e
Add options for add/status commands 2021-05-03 11:26:56 -04:00
Stefan Zweifel be370eccae Create flag to disable globbing 2021-04-10 17:10:27 +02:00
Stefan Zweifel a9021d5359 Add skip_fetch input option
This new option will allow users to skip the execution of `git fetch` if it has a negative impact in their workflows.

In a future PR I will probably remove the call to git-fetch interely. It was added in #108 in relation to a problem with slashes in branch names. That problem wasn't properly fixed though.
2020-12-13 09:31:16 +01:00
Stefan Zweifel 25cac34d8d
Revert "Feature: Checkout Options" 2020-10-22 07:33:38 +02:00
Stefan Zweifel 0ee9fb7263 Add checkout_options 2020-10-15 20:21:08 +02:00
Stefan Zweifel a204abce16
Update action.yml 2020-10-11 20:14:15 +02:00
Andréa Maugars fc18df1417 Make commit_message optional 2020-10-11 15:32:07 +02:00
Stefan Zweifel 4ebfe28af0 Add skip_dirty_check option 2020-06-25 20:18:20 +02:00
Stefan Zweifel ae38c94802 Add push_options to action.yml 2020-05-16 11:42:24 +02:00
Stefan Zweifel f342c95aa2 Use github.head_ref as branch default value 2020-05-09 12:44:07 +02:00
Stefan Zweifel 1f6bf5e4c0 Set default value for commit_options 2020-04-22 20:39:08 +02:00
Stefan Zweifel ce08dda6b3 Update Wording 2020-03-05 20:48:00 +01:00
Stefan Zweifel 3387b2f267 Add tagging_message input option 2020-03-05 20:31:06 +01:00
Stefan Zweifel 57bbd38e56 Add outputs to action.yml 2020-03-04 19:56:33 +01:00
Stefan Zweifel eda98fb9e5 Simplify index.js 2020-02-11 21:04:18 +01:00
Stefan Zweifel cca75e0840 Add compiled index.js file 2020-02-11 20:54:10 +01:00
Stefan Zweifel ef107e1d4b Switch Action to use node12 2020-02-11 20:50:33 +01:00
Stefan Zweifel 864c975b87 Update README 2020-02-06 20:49:03 +01:00
Stefan Zweifel 42e5be9ebb WIP 2020-02-05 21:39:14 +01:00
Stefan Zweifel e20b39e8ed Remove branch default value 2020-02-05 21:24:36 +01:00
Stefan Zweifel b197c5ff8c Set default value for branch 2020-02-05 21:12:20 +01:00
Stefan Zweifel 5432544bdb Update Docs 2020-02-05 20:24:25 +01:00
Stefan Zweifel 0822a9b930 Add commit_author input option 2020-02-04 21:02:40 +01:00
Stefan Zweifel d47024e59c Add commit_user_name and commit_user_email inputs 2020-02-04 20:14:27 +01:00
Ivan Yelizariev 36610a4da0
delete args as not used
closes #31
2020-01-07 12:27:14 +05:00
Stefan Zweifel d625ec8b28 Update Description of inputs 2019-12-18 11:58:17 +01:00
Ivan Yelizariev d3ceacae7d
Add "repository" option for custom repository path 2019-12-10 17:20:25 +05:00
Gömöri Zsolt 760c9be2dc Define default value for file_pattern 2019-11-01 10:15:22 +01:00
Gömöri Zsolt eecee2898e Follow GH Action's naming restrictions 2019-11-01 10:04:42 +01:00