Commit Graph
24 Commits
Author SHA1 Message Date
Jess Bees 12a5abe890 Remove error message for file permissions 2024-04-25 14:04:20 -04:00
Jess Bees 055f4259a5 compile changes 2024-03-15 14:51:22 -04:00
Jess Bees 5ab929b077 Include request id in the error message of an error response 2024-03-15 13:37:14 -04:00
Jess Bees 87625d9f1e Bump actions/artifact to 2.0.1 2024-01-11 14:25:49 -05:00
Jess Bees e386446c2a Catch artifact-client errors differently from octokit errors 2023-12-22 10:25:57 -05:00
Jess Bees 340b369533 Correct size field in response payload 2023-12-21 18:43:25 -05:00
Jess Bees 4be34033fc Fix *most* tests 2023-12-21 16:10:50 -05:00
Jess Bees 0486580c63 Set the right env variables to get artifacts client to initialize 2023-12-21 14:39:05 -05:00
Jess BeesandTommy Byrd b80d7fe30e Update README.md
Co-authored-by: Tommy Byrd <[email protected]>
2023-12-19 11:27:25 -05:00
Jess Bees d724c5069f Update README to reflect v4
* Changes version tag in sample code
* Adds newly required permission
* Notes that v4 isn't compatible with GHES yet
2023-12-19 10:03:19 -05:00
Jess Bees f33f41b675 Merge pull request #279 from actions/artifacts-next-ga
Use artifacts v4
2023-12-18 20:42:41 -05:00
Jess Bees 0d45f33cde pretty 2023-12-15 10:54:04 -05:00
Jess Bees d1e23d0efd Merge branch 'main' into artifacts-next-ga 2023-12-15 10:50:33 -05:00
Jess Bees 125d07c91d Merge pull request #251 from konradpabjan/main
Deploy pages using artifact IDs
2023-11-03 14:07:27 -04:00
Jess Bees b254707f5c Update the deployment API endpoints used by the api-client module 2023-03-17 11:54:20 -05:00
Jess Bees 7fec4b245d Merge pull request #136 from actions/update-api-routes
Update the deployment API endpoints used by the api-client module
2023-03-16 09:46:32 -04:00
Jess Bees 73594fd4fc Update the deployment API endpoints used by the api-client module 2023-03-15 16:01:03 -04:00
Jess Bees d23af7369b Merge pull request #75 from actions/remove-telemetry-feature
Deprecate 'emit_telemetry' and remove its feature
2022-11-07 10:33:40 -05:00
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
Jess Bees 44d4246912 Merge pull request #62 from actions/pages/get-build-conclusion
Add optional 'conclusion' argument to emitTelemetry
2022-09-16 09:33:36 -04: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
Jess Bees eaf36f48c9 Merge pull request #24 from actions/decouple-telemetry
Decouple telemetry API call from main action
2022-03-31 12:34:24 -04:00
Jess BeesandJames M. Greene 82cb77089c Update action.yml
Co-authored-by: James M. Greene <[email protected]>
2022-03-31 11:47:49 -04:00
Jess BeesandJames M. Greene 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 <[email protected]>
2022-03-31 11:47:33 -04:00