Stefan Zweifel
4a75a2e723
Disable shellsheck for git-checkout
2020-10-24 11:33:52 +02:00
Stefan Zweifel
1e826be61c
Revert "Fix checking out branch names with / chars"
2020-10-24 11:28:52 +02:00
Stefan Zweifel
4bab898d25
Create Remote Branch before running Action
2020-10-22 19:52:43 +02:00
Stefan Zweifel
45872c3c23
Fix Typo in CHANGELOG
2020-10-22 07:38:33 +02:00
Stefan Zweifel
9b7c21583c
Release v4.7.1
2020-10-22 07:37:21 +02:00
Stefan Zweifel
4cc90c7784
Fix Linter Errors
2020-10-22 07:37:16 +02:00
Stefan Zweifel
367938329d
Merge pull request #120 from stefanzweifel/revert-115-feature/checkout-options
...
Revert "Feature: Checkout Options"
2020-10-22 07:35:11 +02:00
Stefan Zweifel
25cac34d8d
Revert "Feature: Checkout Options"
2020-10-22 07:33:38 +02:00
Stefan Zweifel
30cd17bff0
Merge branch 'master' of github.com:stefanzweifel/git-auto-commit-action
2020-10-21 20:45:48 +02:00
Stefan Zweifel
8f5b58c89c
Tag v4.7.0
2020-10-21 20:45:37 +02:00
Stefan Zweifel
65928d2898
Merge pull request #118 from stefanzweifel/tests-on-github-actions
...
Test Action through GitHub Actions ♾️
2020-10-17 14:59:06 +02:00
Stefan Zweifel
6b4ef1444c
Add Badge
2020-10-17 14:52:58 +02:00
Stefan Zweifel
55291ea168
Rename Step
2020-10-17 14:51:58 +02:00
Stefan Zweifel
2b5c86365b
Delete Remote Branch
2020-10-17 14:46:50 +02:00
Stefan Zweifel
ff28943460
Add Integration Tests
2020-10-17 14:29:42 +02:00
Stefan Zweifel
e3610414be
Update README
2020-10-17 14:15:18 +02:00
Stefan Zweifel
042c3265d5
Update README
2020-10-17 14:14:28 +02:00
Stefan Zweifel
90cedba8bc
Upgrade bats to v1.2.1
2020-10-16 19:26:44 +02:00
Stefan Zweifel
b833fe0e9d
Update Code Example for pull_request_target trigger
2020-10-16 09:18:41 +02:00
Stefan Zweifel
653ea719ea
Update Changelog
2020-10-15 21:15:41 +02:00
Stefan Zweifel
47c724214a
Merge pull request #115 from stefanzweifel/feature/checkout-options
...
Feature: Checkout Options
2020-10-15 20:36:06 +02:00
Stefan Zweifel
1ba48c6d7f
Fix Linter Errors in entrypoint.sh
2020-10-15 20:30:26 +02:00
Stefan Zweifel
b9e4cea0ef
Disable Markdown Linter
2020-10-15 20:30:19 +02:00
Stefan Zweifel
cfdb7e609e
Add checkout_options to README
2020-10-15 20:26:03 +02:00
Stefan Zweifel
849613a3ad
Add test to cover checkout-options
2020-10-15 20:23:04 +02:00
Stefan Zweifel
0ee9fb7263
Add checkout_options
2020-10-15 20:21:08 +02:00
Stefan Zweifel
6456430b6b
Ignore shellchecks
2020-10-15 20:15:31 +02:00
Stefan Zweifel
7f67b0b49b
Rename Test
2020-10-14 20:28:01 +02:00
Stefan Zweifel
8700c3bc1c
Merge pull request #113 from docwhat/pr/complex-branches-2
...
Fix checking out branch names with / chars
2020-10-12 16:34:53 +02:00
Stefan Zweifel
872d72f1ae
Update Tests
2020-10-12 16:33:12 +02:00
Christian Höltje
f905f00706
Fix checking out branch names with / chars
...
If git can't automatically figure out if the argument is a branch or
a path, it will need to be told explicitly by using `--`:
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Fixes : #106
2020-10-12 10:17:25 -04:00
Stefan Zweifel
9c1e5d1c6a
Merge pull request #111 from francescobianco/patch-1
...
Update README.md
2020-10-12 08:18:24 +02:00
Francesco Bianco
18a94e4f78
Update README.md
2020-10-11 22:35:28 +02:00
Stefan Zweifel
44aeb24da7
Fix Typo in Changelog
2020-10-11 20:36:41 +02:00
Stefan Zweifel
5c9bfe7477
Tag v4.6.0
2020-10-11 20:34:17 +02:00
Stefan Zweifel
814219db13
Merge pull request #110 from Aebrathia/patch-1
...
Make commit_message optional #103
2020-10-11 20:16:25 +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
8f243393e7
Link Tests Badge
2020-10-11 11:47:09 +02:00
Stefan Zweifel
fc5b9bf8cf
Merge pull request #109 from stefanzweifel/improve-testsuite
...
Expand existing BATS Test Suite to cover every feature
2020-10-11 11:44:48 +02:00
Stefan Zweifel
a818c89e49
Add can-work-with-empty-branch-name-and-tags test
2020-10-11 11:24:53 +02:00
Stefan Zweifel
8bf1b5695a
Add can-work-with-empty-branch-name test
2020-10-11 11:21:16 +02:00
Stefan Zweifel
ea30556d53
Add can-checkout-different-branch test
2020-10-11 11:21:06 +02:00
Stefan Zweifel
cd7c7f1a8a
Add git-push-options-are-applied test
2020-10-11 11:20:51 +02:00
Stefan Zweifel
4e16840be4
Add can-create-tag test
2020-10-11 11:20:12 +02:00
Stefan Zweifel
b0295737db
Add commit-user-and-author-settings-are-applied test
2020-10-11 11:20:01 +02:00
Stefan Zweifel
0d6d4a4b22
Add git-commit-options-are-applied
2020-10-11 11:19:49 +02:00
Stefan Zweifel
091b400419
Add git-add-file-pattern-is-applied test
2020-10-11 11:19:38 +02:00
Stefan Zweifel
f7e362220d
WIP
2020-10-11 11:19:22 +02:00
Stefan Zweifel
df97d6fbd8
Make testing a single test easier
2020-10-11 10:40:59 +02:00