Pascal Zimmermann
21d44fe927
Revert "Add deploy key functionality ( #115 )" ( #119 )
...
This reverts commit d4a6a7883a40e2ff04f1943ca6871fc03fc5a738.
2022-05-04 13:04:15 +02:00
Pascal Zimmermann
d4a6a7883a
Add deploy key functionality ( #115 )
...
* Add deploy key functionality
2022-05-04 13:00:55 +02:00
Pascal Zimmermann
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
Pascal Zimmermann
887c31bd83
Update the documentation ( #114 )
2022-04-25 01:32:41 +02:00
Pascal Zimmermann
f579af7904
Update the urls ( #117 )
2022-04-24 22:51:40 +02:00
abroskin
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
Pascal Zimmermann
a3fd843e49
Add a PR validation action ( #109 )
2022-02-23 08:13:22 +01:00
Adam Dobrawy
7257a3a6d5
Revert "Add GitHub Enterprise support ( #106 )" ( #107 )
...
This reverts commit a7824cd3a238190cbeedbec978800df3d94256ac.
2022-02-18 10:30:56 +01:00
Pascal Zimmermann
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
Tonye Jack
8407731efe
Fixed typo ( #98 )
...
* Fixed typo
* Update README.md
2021-08-10 21:11:15 +02:00
Tonye Jack
3140f3af79
Update README.md ( #93 )
...
* Update README.md
* Update README.md
* Update README.md
2021-07-30 10:14:01 +02:00
Adam Dobrawy
65392840bd
how fix syntax in action.yml
...
See #91
2021-05-24 11:59:14 +02:00
Tonye Jack
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
Adam Dobrawy
057a6ba835
Fix passing token to GitHub
2021-01-06 23:37:02 +01:00
Adam Dobrawy
821c9b7de9
Add logging full URL
2021-01-05 04:46:06 +01:00
Adam Dobrawy
13c185d93e
Fix missing repository field
2021-01-04 09:45:13 +01:00
Adam Dobrawy
f6d8fb7302
Remove default from action configuration
2021-01-04 07:41:39 +01:00
Adam Dobrawy
968e14041f
Discovery default branch for repository ( #75 )
2021-01-04 07:16:22 +01:00
Mike Rogers
3a0787a996
Document the new default branch ( #74 )
2021-01-03 04:39:35 +01:00
Adam Dobrawy
1bf41a92a1
Revert "refactor(start): use @actions/exec ( #47 )" ( #73 )
...
This reverts commit c52e809b5674f36e38bf83f07568dbf04f7921d4.
2021-01-02 06:50:13 +01:00
jjangga0214
c52e809b56
refactor(start): use @actions/exec ( #47 )
2021-01-02 06:29:28 +01:00
Juan Carlos Pineda
b7582201c8
Change default branch ( #69 )
2021-01-02 06:29:08 +01:00
Chris Carini
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
Jason
e65d44d242
Use @v2 instead of @master ( #64 )
2021-01-02 06:27:50 +01:00
Yuxiaoy1
b007e7b818
add cacompatibility for gh latest main branch ( #66 )
2020-10-13 23:46:47 +02:00
Adam Dobrawy
40bf560936
Use master checkout ( #53 )
v0.6.0
2020-05-26 22:42:09 +02:00
DougCh
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
Kevin Del Castillo
f18534c0e2
Fix undefined variable TAGS with INPUT_TAGS ( #54 )
2020-05-04 06:44:28 +02:00
Adam Dobrawy
fe38f0a751
Update start.js for pass code from start.sh ( #45 )
2020-02-04 00:51:06 +01:00
Oliver Kopp
19caa5c351
Merge pull request #34 from Woile/master
...
Make tags optional
2020-01-02 07:45:51 +01:00
Santiago Fraire Willemoës
13f1d99dc9
docs: added information about tags to README
2019-11-22 12:39:09 +01:00
Santiago Fraire Willemoës
508672e3d6
feat: tags is now configurable
2019-11-22 12:30:46 +01:00
Santiago Fraire Willemoës
dbccd851c4
add tags
2019-11-22 12:28:11 +01:00
Adam Dobrawy
02b0b75d44
Merge pull request #31 from ad-m/fix-start-sh
...
Fix start.sh path
2019-11-13 03:53:21 +01:00
Adam Dobrawy
48c9f78853
Fix start.sh path
2019-11-12 23:36:27 +01:00
Adam Dobrawy
1a31adf02b
Merge pull request #29 from ad-m/skip-docker
...
Skip Docker in manifest
2019-11-12 19:31:49 +01:00
Adam Dobrawy
0dbc0a9736
Drop Docker image
2019-11-12 19:30:56 +01:00
Adam Dobrawy
d3c5a1eaed
Use nodejs to start bash
2019-11-12 19:29:07 +01:00
Adam Dobrawy
f08aa344e7
Skip Docker in manifest
2019-11-12 19:23:34 +01:00
Adam Dobrawy
68af9897f2
Merge pull request #22 from anarcher/master
...
Fix to use REPOSITORY
v0.5.0
2019-10-26 22:12:43 +02:00
anarcher
c55b1c209b
Fix to use REPOSITORY
2019-10-27 01:43:48 +09:00
Adam Dobrawy
8c101cbc1e
Update monitoring_link.yml
2019-10-15 01:41:49 +02:00
Adam Dobrawy
528406467d
Merge pull request #16 from ad-m/action-syntax
...
Add tests for Action syntax
2019-10-15 01:40:45 +02:00
Adam Dobrawy
4213c83ddb
Merge pull request #18 from ad-m/ad-m-patch-1
...
Workflow to monitor external links
2019-10-15 01:40:33 +02:00
Adam Dobrawy
bd34eb1c22
Update monitoring_link.yml
2019-10-15 01:39:45 +02:00
Adam Dobrawy
27f630e334
Update monitoring_link.yml
2019-10-15 01:36:51 +02:00
Adam Dobrawy
0eb5fc0191
Workflow to monitor external links
2019-10-15 01:35:12 +02:00
Adam Dobrawy
39c71a76e5
Add tests for Action syntax
2019-10-11 00:30:03 +02:00
Adam Dobrawy
0f7258526c
Merge pull request #15 from ad-m/syntax-action
...
Escape variables in action.yml
2019-10-11 00:29:47 +02:00
Adam Dobrawy
db2e565f96
Update action.yml
2019-10-10 23:17:59 +02:00