Commit Graph
19 Commits
Author SHA1 Message Date
Jess Bees dd5e0e9d1c Deprecate 'emit_telemetry' and remove its feature
Since we emit telemetry in a different way, we can remove this feature
from the action and prevent unintentional misuse.
2022-11-04 12:19:31 -04:00
James M. Greene b388ef8bf2 Remove unnecessary first-party use of Regenerator 2022-09-26 14:47:48 -05:00
Yoann Chaudet c7c77bb21c Explicitly handle cancellation on errors 2022-08-23 21:32:40 -07:00
Yoann Chaudet 4865e84b02 Bring back the formatter 2022-08-23 17:19:21 -07:00
yimysty 3e976523d7 adjust pages hard code endpoint + fix artifact look up 2022-08-04 15:43:58 -07:00
yimysty 72b116b825 fix unintended changes 2022-06-28 18:01:48 -07:00
yimysty 801d74db09 switch to console.log 2022-06-28 17:55:21 -07:00
yimysty 64c69a5fdf normalize error message 2022-06-28 17:50:08 -07:00
yimysty 03d70e4a19 info stack trace 2022-06-28 17:44:21 -07:00
yimysty 2b0c6eaf67 try output stacktrace as well 2022-06-28 17:35:03 -07:00
yimysty fce105b3ea fix unable to cancel deployment due to cancel token nil 2022-06-08 11:47:06 -07: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
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 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
Tommy Byrd 1f4c55833c emit telemetry at end of main 2021-12-16 15:43:11 -05:00
Tommy Byrd 3cef362ee9 publish to actions org 2021-12-13 23:03:09 -05:00