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
Stefan Zweifel
4f0fc14d0c
Add shellmock_clean to setup method
2020-10-11 10:40:48 +02:00
Stefan Zweifel
cdf7b74cbf
Fix remaining TODO test
2020-10-11 10:40:40 +02:00
Stefan Zweifel
862aa0e1e1
Update Changelog
2020-10-10 19:22:22 +02:00
Stefan Zweifel
a9d1ac4f06
Merge pull request #108 from stefanzweifel/fetch-repo-before-checkout
...
Better support branches with special characters in them
2020-10-10 19:19:48 +02:00
Stefan Zweifel
ebf8a401ee
Fix Tests
2020-10-10 18:06:55 +02:00
Stefan Zweifel
4b8393320b
Fetch Repo before git checkout
2020-10-10 17:54:11 +02:00
Stefan Zweifel
60c96d8c0d
Merge pull request #107 from docwhat/pr/superlinter
...
Use SuperLinter instead of only shellcheck
2020-10-10 16:18:15 +02:00
Stefan Zweifel
16d2bf88fd
Remove Comments from Workflow
2020-10-10 16:17:58 +02:00
Christian Holtje
54d78531cc
Use SuperLinter instead of only shellcheck
2020-10-10 01:12:48 -04:00
Stefan Zweifel
f922a52bf1
Use "main" as branch name in example
2020-10-06 09:13:19 +02:00
Stefan Zweifel
0bf17c328a
Fix Example using changes_detected output
2020-10-06 09:11:36 +02:00
Stefan Zweifel
240b9ad1fd
Add Example on how to use Outputs
2020-10-05 19:47:23 +02:00
Stefan Zweifel
57054d8e7e
Merge pull request #101 from OskarStark/patch-1
...
Typo
2020-09-23 15:59:12 +02:00
Oskar Stark
613ea337db
Revert
2020-09-23 12:43:44 +02:00
Oskar Stark
686020fb2a
Typo
2020-09-23 12:43:18 +02:00
Stefan Zweifel
90b474f549
Remove unused Steps in GitHub Workflow
2020-09-13 14:21:10 +02:00
Stefan Zweifel
8c26230a11
Update git config if not set yet
2020-09-13 14:18:41 +02:00
Stefan Zweifel
961d68003e
Add yarn.lock to .gitignore
2020-09-13 14:15:28 +02:00
Stefan Zweifel
cbc3d50cea
Add Badge
2020-09-13 14:11:23 +02:00
Stefan Zweifel
9e4e2e76fa
Add very basic test suite with bats and shellmock ( #100 )
...
* Add bats
* Write commits tests
* Add Workflow
* Add .gitignore
* Update Test Suite
* Disable test
* Disable failing test for now
2020-09-13 14:07:14 +02:00
Stefan Zweifel
09aaf2d8fa
Update Changelog
2020-09-11 11:22:22 +02:00
Stefan Zweifel
c7ad0bdb15
Release v4.5.1
2020-09-11 11:20:33 +02:00