Commit Graph

109 Commits

Author SHA1 Message Date
c9ef0a92e1 Merge pull request #128 from jackton1/patch-4
chore: remove redundant safe.directory configuration
2022-10-03 16:58:17 +02:00
7e6f17c52d Merge branch 'master' into patch-4 2022-06-30 15:58:15 +02:00
9a46ba8d86 Merge pull request #134 from SevereCloud/patch-1
Update github_token and github_url to handle it as optional parameter
2022-06-28 18:48:33 +02:00
67c1a687d9 fix: github_token and github_url optional 2022-06-28 13:40:34 +03:00
6195df7871 Merge pull request #124 from ZPascal/add-force-with-lease-support
Add force with lease support
2022-06-26 00:02:58 +02:00
e5f70b0f07 * Add force with lease support
* Update the documentation
2022-06-25 23:30:43 +02:00
84236bda17 Merge branch 'master' into patch-4 2022-06-16 00:14:47 -04:00
492de9080c Merge pull request #129 from ad-m/add-wrongly-removed-code
Fix removed code lines
2022-06-15 15:52:30 +02:00
828ee9b9ba Fix removed code lines 2022-06-15 15:48:45 +02:00
e69c0c047e Add deploy key functionality (#120)
* Add deploy key functionality
2022-06-15 13:46:08 +02:00
f0a42d466f Update README.md 2022-06-14 14:26:50 -04:00
d403eb46ce chore: remove redundant safe-directory configuration
This has been resolved in the [checkout](https://github.com/actions/checkout/pull/770) action and would already be set by default.
2022-06-14 14:26:16 -04:00
dda7a419b6 Merge pull request #121 from ad-m/revert-80-patch-1
Revert "Use --force-with-lease instead of --force"
2022-05-05 06:30:47 +02:00
6ca7df8e1c Revert "Use --force-with-lease instead of --force" 2022-05-05 06:27:49 +02:00
f43881ed8c Merge pull request #80 from imba-tjd/patch-1
Use --force-with-lease instead of --force
2022-05-04 14:09:21 +02:00
21d44fe927 Revert "Add deploy key functionality (#115)" (#119)
This reverts commit d4a6a7883a.
2022-05-04 13:04:15 +02:00
d4a6a7883a Add deploy key functionality (#115)
* Add deploy key functionality
2022-05-04 13:00:55 +02:00
694e694af3 Add GitHub Enterprise support (#108)
* * Add GitHub url and GitHub Enterprise support
* Update the GitHub action

* Update build.yml

Remove push command

* Update the PR and remove the test mode

* Delete build-pr.yml

* Update README.md
2022-05-04 00:23:31 +02:00
887c31bd83 Update the documentation (#114) 2022-04-25 01:32:41 +02:00
f579af7904 Update the urls (#117) 2022-04-24 22:51:40 +02:00
6defe3bd9f Added workaround as suggested by the git itself (#112)
* Added workaround as suggested by the git itself

* Update start.sh

Co-authored-by: Pascal Zimmermann <Z_pascal@yahoo.de>

Co-authored-by: aleksandr.abroskin <aleksandr.abroskin@getmoss.com>
Co-authored-by: Adam Dobrawy <ad-m@users.noreply.github.com>
Co-authored-by: Pascal Zimmermann <Z_pascal@yahoo.de>
2022-04-15 01:32:33 +02:00
a3fd843e49 Add a PR validation action (#109) 2022-02-23 08:13:22 +01:00
7257a3a6d5 Revert "Add GitHub Enterprise support (#106)" (#107)
This reverts commit a7824cd3a2.
2022-02-18 10:30:56 +01:00
a7824cd3a2 Add GitHub Enterprise support (#106)
* Add GitHub url and GitHub Enterprise support

* Add review improvements

* Modify the default value to github.server_url
2022-02-18 10:26:44 +01:00
8407731efe Fixed typo (#98)
* Fixed typo

* Update README.md
2021-08-10 21:11:15 +02:00
3140f3af79 Update README.md (#93)
* Update README.md

* Update README.md

* Update README.md
2021-07-30 10:14:01 +02:00
65392840bd how fix syntax in action.yml
See #91
2021-05-24 11:59:14 +02:00
cbec6b6085 Added a default github_token (#91)
* Added a default github_token

* Update README.md

* Update README.md

* Update README.md

* Update action.yml

Co-authored-by: Adam Dobrawy <ad-m@users.noreply.github.com>

Co-authored-by: Adam Dobrawy <ad-m@users.noreply.github.com>
2021-05-24 11:32:22 +02:00
59160b8498 Use --force-with-lease instead of --force 2021-01-26 20:02:40 +08:00
057a6ba835 Fix passing token to GitHub 2021-01-06 23:37:02 +01:00
821c9b7de9 Add logging full URL 2021-01-05 04:46:06 +01:00
13c185d93e Fix missing repository field 2021-01-04 09:45:13 +01:00
f6d8fb7302 Remove default from action configuration 2021-01-04 07:41:39 +01:00
968e14041f Discovery default branch for repository (#75) 2021-01-04 07:16:22 +01:00
3a0787a996 Document the new default branch (#74) 2021-01-03 04:39:35 +01:00
1bf41a92a1 Revert "refactor(start): use @actions/exec (#47)" (#73)
This reverts commit c52e809b56.
2021-01-02 06:50:13 +01:00
c52e809b56 refactor(start): use @actions/exec (#47) 2021-01-02 06:29:28 +01:00
b7582201c8 Change default branch (#69) 2021-01-02 06:29:08 +01:00
275307750b Update README.md example step to use github-actions[bot] user (#72)
See the differences between these two 'users' here: https://github.com/actions/checkout/issues/13#issuecomment-724415212

As well as some investigation here: https://github.community/t/github-actions-bot-email-address/17204

Also changing the `default` in the docs to reflect the actual default specified in the `actions.yml` file.
2021-01-02 06:28:49 +01:00
e65d44d242 Use @v2 instead of @master (#64) 2021-01-02 06:27:50 +01:00
b007e7b818 add cacompatibility for gh latest main branch (#66) 2020-10-13 23:46:47 +02:00
40bf560936 Use master checkout (#53) v0.6.0 2020-05-26 22:42:09 +02:00
a53759b2bf Add checkout options to the example (#46)
These two lines are critical to the function of the Action, please add to the readme so the fix in #44 doesn't get lost.
2020-05-26 22:41:49 +02:00
f18534c0e2 Fix undefined variable TAGS with INPUT_TAGS (#54) 2020-05-04 06:44:28 +02:00
fe38f0a751 Update start.js for pass code from start.sh (#45) 2020-02-04 00:51:06 +01:00
19caa5c351 Merge pull request #34 from Woile/master
Make tags optional
2020-01-02 07:45:51 +01:00
13f1d99dc9 docs: added information about tags to README 2019-11-22 12:39:09 +01:00
508672e3d6 feat: tags is now configurable 2019-11-22 12:30:46 +01:00
dbccd851c4 add tags 2019-11-22 12:28:11 +01:00
02b0b75d44 Merge pull request #31 from ad-m/fix-start-sh
Fix start.sh path
2019-11-13 03:53:21 +01:00