73 Commits

Author SHA1 Message Date
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
Adam Dobrawy
3aebd32fd7
Update action.yml 2019-10-10 23:14:11 +02:00
Adam Dobrawy
10b2be74de
Merge pull request #10 from ad-m/ad-m-patch-1
Add use cases to README
2019-10-10 21:54:29 +02:00
Adam Dobrawy
70fe970655
Update README.md 2019-10-10 21:49:47 +02:00
Honza Bittner
9ab1401188
Merge pull request #14 from ad-m/tenhobi-patch-1
Fix action interpolation syntax
2019-10-10 21:41:46 +02:00
Honza Bittner
a0f554cf30
Update action.yml 2019-10-10 11:50:58 +02:00
Honza Bittner
6cdf958b53
Update README.md 2019-10-10 11:50:13 +02:00
Honza Bittner
3c4ff2ea5b
Merge pull request #7 from anarcher/master
Add INPUT_REPOSITORY for another repository push
2019-10-10 09:43:44 +02:00
Honza Bittner
11c12b7fd5
Merge branch 'master' into master 2019-10-10 09:42:02 +02:00
Adam Dobrawy
b23214486e
Merge pull request #12 from ad-m/remote
Simplify Git remote
2019-10-10 04:16:54 +02:00
Adam Dobrawy
c180eac26c
Simplify Git remote 2019-10-10 04:11:24 +02:00
anarcher
a4491334a7 Modify & Fix README.md 2019-10-08 23:18:45 +09:00
Adam Dobrawy
e1d5a3b5f2
Add use cases to README 2019-10-08 11:39:26 +02:00
anarcher
d13d503a75 Add some explanation for repository input 2019-10-08 10:53:54 +09:00
Honza Bittner
41f3b5ac59
Merge pull request #9 from estensen/master
Add example of how to add code to git
2019-10-07 16:51:50 +02:00
Håvard Anda Estensen
36ceccd653 Fix names for steps 2019-10-07 16:17:49 +02:00
Håvard Anda Estensen
b980052ffd Add code to git example 2019-10-07 14:45:46 +02:00
anarcher
39378bb473 Update documentation and "action.yml" 2019-10-06 20:17:06 +09:00
anarcher
358cef5702 Add INPUT_REPOSITORY for another repository push 2019-10-06 05:20:52 +09:00
Adam Dobrawy
7f32f5aa55
Merge pull request #6 from koppor/add-support-for-sub-directory
Add support for changing directories before push
2019-10-02 12:54:08 +02:00
Oliver Kopp
a8bfc1909c Add support for changing directories before push 2019-10-01 23:13:29 +02:00