Mingzi
0745e9700c
Merge pull request #38 from actions/fix-cancell-token
...
Fix cancel deployment token is empty
v1.0.5
2022-06-08 14:19:14 -07:00
yimysty
43dced9e8c
add pack-lock.json
2022-06-08 12:57:34 -07:00
yimysty
fce105b3ea
fix unable to cancel deployment due to cancel token nil
2022-06-08 11:47:06 -07:00
Yoann Chaudet
148e2ea9dd
Create codeql-analysis.yml
2022-04-26 10:29:56 -07:00
Yoann Chaudet
506f839b97
Merge pull request #31 from fulldecent/patch-1
...
Correct documentation for reporting interval
2022-04-26 10:26:02 -07:00
Yoann Chaudet
f7a158aceb
Merge branch 'main' into patch-1
2022-04-26 10:24:40 -07:00
Yoann Chaudet
ca23c7917e
Merge pull request #29 from actions/dependabot/npm_and_yarn/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6
2022-04-26 10:24:21 -07:00
dependabot[bot]
0c60998bd5
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-26 17:21:30 +00:00
Yoann Chaudet
4154a47b87
Merge pull request #34 from actions/dependabot/npm_and_yarn/follow-redirects-1.14.9
...
Bump follow-redirects from 1.14.4 to 1.14.9
2022-04-26 10:20:47 -07:00
Yoann Chaudet
17fd28439d
ci
2022-04-26 10:19:37 -07:00
Yoann Chaudet
0f19a8f78c
Update dist
2022-04-26 09:58:05 -07:00
dependabot[bot]
595c840e2a
Bump follow-redirects from 1.14.4 to 1.14.9
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.4 to 1.14.9.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.9 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-26 16:55:09 +00:00
Mingzi
57f2f8bd29
Merge pull request #32 from fulldecent/patch-2
...
correct spelling of GitHub
2022-04-15 11:21:39 -07:00
Mingzi
68c14dcd2c
Merge branch 'main' into patch-2
2022-04-15 11:20:55 -07:00
Jess Bees
a7af90c328
Merge pull request #30 from actions/decouple-telemetry
...
Remove the support for older dynamic jekyll workflows
2022-04-15 13:51:54 -04:00
William Entriken
ef910bd895
correct spelling of GitHub
2022-04-11 14:30:09 -04:00
William Entriken
53f4e898cd
Correct documentation for reporting interval
2022-04-11 14:29:33 -04:00
Jess Bees
62c650c70d
Remove the support for older dynamic jekyll workflows
...
The pages dynamic workflow now decouples telemetry from deploy for 100%
of users, so we can remove this old conditional.
2022-04-04 16:12:36 -04:00
Jess Bees
eaf36f48c9
Merge pull request #24 from actions/decouple-telemetry
...
Decouple telemetry API call from main action
v1.0.4
2022-03-31 12:34:24 -04:00
Jess Bees
01f6ae5af2
Recompile action after pulling in PR suggestions
2022-03-31 12:05:36 -04:00
Jess Bees
82cb77089c
Update action.yml
...
Co-authored-by: James M. Greene <JamesMGreene@github.com >
2022-03-31 11:47:49 -04:00
Jess Bees
ad36b7023a
Don't bother converting action input to string
...
This has been an established pattern with Actions for a long time; we don't have to worry about it changing.
Co-authored-by: James M. Greene <JamesMGreene@github.com >
2022-03-31 11:47:33 -04:00
Jess Bees
32b8b86ff0
Support existing behavior of this action
2022-03-29 15:08:35 -04:00
Jess Bees
a598b2af14
Correctly test for boolean input's truthiness
...
It gets cast to a string! Eep!
2022-03-29 09:45:18 -04:00
Jess Bees
f511fa4665
Merge branch 'main' into decouple-telemetry
2022-03-29 09:05:35 -04:00
Yoann Chaudet
0e157789db
Merge pull request #27 from actions/increase-default-query-interval
...
Increase default query interval and fix time exceed bug
v1.0.3
2022-03-28 12:38:22 -07:00
yimysty
12940a5b99
fix the timeout not honor bug
2022-03-28 12:32:59 -07:00
yimysty
6afc4f2884
slow query seconds
2022-03-28 12:28:46 -07:00
Mingzi
a68b5a4ae1
Merge pull request #26 from actions/parsing-number
...
Parse correct timeout
v1.0.2
2022-03-28 11:21:14 -07:00
yimysty
171a8a05dd
update number parsing
2022-03-28 11:19:50 -07:00
Jess Bees
7a1dc4e394
update dist files
2022-03-23 14:56:28 -04:00
Jess Bees
92f6725bee
Only emit telemetry when the emit_telemetry input is truthy
2022-03-23 14:40:57 -04:00
Jess Bees
e1279a88ef
Don't call the telemetry pre-hook entrypoint
2022-03-23 14:22:16 -04:00
Mingzi
479e82243a
Merge pull request #17 from paper-spa/main
...
Add release action
v1.0.1
2022-02-07 13:42:46 -08:00
Mingzi
243ed8c2df
Merge pull request #1 from paper-spa/add-release-plan
...
Add release action
2022-02-07 12:30:28 -08:00
yimysty
c2e0577d92
add all
2022-02-07 12:27:36 -08:00
Mingzi
2db1b9561b
Merge pull request #12 from actions/add-error-handling-with-interval
...
Add error interval with some error potential case
v1-beta
2022-01-27 00:09:26 -08:00
yimysty
54c13aa7dc
lint
2022-01-26 16:52:28 -08:00
yimysty
8e75ed476c
add error interval with some error specification
2022-01-26 16:49:02 -08:00
Mingzi
8ba3e73e64
Merge pull request #10 from actions/update/build-error-message
...
Update error message for no artifact found
2022-01-12 13:15:06 -08:00
yimysty
090b886038
update error message
2022-01-12 13:09:46 -08:00
yimysty
13b102a437
change build error message
2022-01-12 13:07:46 -08:00
Mingzi
e90f31fe30
Merge pull request #8 from actions/expose-page-url
...
set output page_url
2021-12-22 11:05:54 -08:00
yimysty
324c08d3e6
add page_url output to action yaml
2021-12-22 10:56:47 -08:00
yimysty
4dc1554446
set output page_url
2021-12-21 17:37:44 -08:00
Mingzi
46cc072901
Merge pull request #7 from actions/fix/display-error-message
...
Switch to use console.log to display right error message
2021-12-20 11:24:08 -08:00
yimysty
a8d6bdfa01
switch to stringfy
2021-12-20 11:07:47 -08:00
yimysty
3e42e639f8
update prepare
2021-12-20 10:59:05 -08:00
yimysty
f7a0782ad9
change to use console.log
2021-12-20 10:58:39 -08:00
Mingzi
c707c6b4fc
Merge pull request #6 from actions/display-deployment-error-message
...
change display error message for deployment
2021-12-20 10:55:03 -08:00