Commit Graph

15 Commits

Author SHA1 Message Date
9a2e3c14aa fix #177 (#178)
* Compatible with repository addresses using http protocol.

https protocol is used by default.
For special needs,  can set the URL to http:// or be compatible.

* Fixed exit-code error

in catch, the exit code should be fixed to-1
2023-07-28 22:01:56 +02:00
4150bf040c Revert "Update start.js (#175)" (#176)
This reverts commit f8e0bce133.
2023-07-27 22:03:00 +02:00
f8e0bce133 Update start.js (#175)
Compatible with repository addresses using http protocol.
2023-07-27 19:41:00 +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
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
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
968e14041f Discovery default branch for repository (#75) 2021-01-04 07:16:22 +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
fe38f0a751 Update start.js for pass code from start.sh (#45) 2020-02-04 00:51:06 +01:00
48c9f78853 Fix start.sh path 2019-11-12 23:36:27 +01:00
d3c5a1eaed Use nodejs to start bash 2019-11-12 19:29:07 +01:00