742261a77d
Fix superfluous HttpError: Not Found by throwing user-friendly errors
...
Instead of logging a detailed error with core.error() and then re-throwing
the raw HTTP error (which gets logged again by core.setFailed() in index.js),
throw a new Error with the user-friendly message directly. This eliminates
the duplicate/superfluous raw error output like "HttpError: Not Found".
Fixes #125
Agent-Logs-Url: https://github.com/actions/configure-pages/sessions/ee6b7f39-cfc5-415b-b70c-826c2b8cfcfe
Co-authored-by: yoannchaudet <[email protected] >
2026-04-02 17:05:57 +00:00
github-actions[bot]
dd21a8346d
[dependabot skip] Update distributables after Dependabot 🤖
2024-07-18 16:57:04 +00:00
github-actions[bot]
c872373d57
Update distributables after Dependabot 🤖
2024-04-04 17:31:55 +00:00
James M. Greene
9cf6e24f74
Tweak comment
2024-03-28 21:19:37 -05:00
James M. Greene
f304bd89be
Update distributables
2024-03-28 21:08:52 -05:00
James M. Greene
fc47e3c838
Update distributables
2024-03-28 14:55:48 -05:00
James M. Greene
9a4705d653
Update distributables
2024-03-28 13:49:58 -05:00
github-actions[bot]
d14bd2c02d
Update distributables after Dependabot 🤖
2024-03-27 21:05:26 +00:00
James M. Greene
150fac6047
Update the Next.js configuration for v14
2024-03-27 14:48:01 -05:00
github-actions[bot]
448d4dc137
Update distributables after Dependabot 🤖
2024-01-31 17:28:00 +00:00
github-actions[bot]
dd8c98825f
Update distributables after Dependabot 🤖
2023-12-04 16:09:48 +00:00
github-actions[bot]
2cbd45e4e0
Update distributables after Dependabot 🤖
2023-05-08 10:18:29 +00:00
github-actions[bot]
fe71f9ae5d
Update distributables after Dependabot 🤖
2023-04-16 14:25:21 +00:00
James M. Greene
dbf7935b84
Reformat error message
2023-04-16 09:16:27 -05:00
github-actions[bot]
0f0e83884b
Update distributables after Dependabot 🤖
2023-03-13 11:07:55 +00:00
James M. Greene
83d8e1aa25
Update distributables
2023-02-16 07:07:02 -06:00
dependabot[bot] and James M. Greene
ca9e52a2a5
Bump axios from 1.3.0 to 1.3.3
...
Bumps [axios](https://github.com/axios/axios ) from 1.3.0 to 1.3.3.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.3.0...v1.3.3 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
2023-02-16 06:56:46 -06:00
github-actions[bot] and James M. Greene
cc656c2b3d
Update distributables after Dependabot 🤖
2023-02-16 06:54:43 -06:00
Jeremy Daley
c8baff747f
remove action proxy input
2023-02-10 03:13:31 -05:00
Jeremy Daley
7d88dd59cd
use github actions packages
2023-02-10 02:30:56 -05:00
Jeremy Daley
b1748b08d7
try some stuff
2023-02-10 02:10:06 -05:00
Jeremy Daley
66f86d58c8
prepare
2023-02-10 01:44:55 -05:00
Jeremy Daley
50408c8053
try some logging
2023-02-10 01:39:32 -05:00
Jeremy Daley
ccd0e3abe9
forgot to prepare also
2023-02-10 01:33:47 -05:00
Jeremy Daley
4bfe138e84
modified to use proxy input
2023-02-10 01:28:34 -05:00
James M. Greene
8d642d8eae
Update distributables
2023-02-01 11:21:15 -06:00
James M. Greene
12fd9a085c
Update distributables
2023-01-30 12:29:45 -06:00
James M. Greene
c8deda3832
Update distributables
2023-01-18 15:03:42 -06:00
James M. Greene
a069fede0c
Update distributables after updating deps
2022-11-22 23:17:34 -06:00
James M. Greene
2f460cfbe0
Update distributables
2022-11-22 23:11:12 -06:00
James M. Greene
34521f23a5
Add warn for unsupported extensions
2022-11-22 23:10:37 -06:00
James M. Greene
fc8c2c4e6e
Update the distributables
2022-11-21 13:12:55 -06:00
James M. Greene
f87a94c875
Update the distributables
2022-11-21 12:15:34 -06:00
James M. Greene
3d9811d6e2
Update distributables
2022-11-18 00:56:40 -06:00
Francesco Renzi
67f329fcfd
Update @actions/core to 1.10.0
2022-10-06 11:08:55 +01:00
James M. Greene
4a12ff50fb
Update distributables
2022-09-16 22:41:27 -05:00
James M. Greene
45efe60937
Apply consistent spacing and use of single quotes
2022-09-11 10:23:22 -05:00
AndrewLester
7ec0edaa8e
Fix prepare output
2022-08-19 15:10:01 -05:00
AndrewLester
d48340abcd
Use GitHub Pages site origin for setting up SSG configs
2022-08-19 14:33:39 -05:00
James M. Greene
0ec542a837
Update distributables
2022-08-18 18:08:52 -05:00
James M. Greene
7d9bb68583
Update distributables
2022-08-18 18:04:58 -05:00
James M. Greene and GitHub
9b7553ef7f
Change environment variable data type to explicit string
2022-08-17 14:34:23 -05:00
AndrewLester
42451665cc
Run prepare script
2022-08-10 16:28:32 -04:00
AndrewLester and NatoBoram
c872edcdfb
Update config parser to support export default with identifier and add SvelteKit code
...
Co-authored-by: NatoBoram <[email protected] >
2022-08-10 16:28:31 -04:00
James M. Greene
f5b4063a62
Update distributables properly
2022-08-10 09:02:07 -05:00
James M. Greene and GitHub
d06799dbbe
Fix typo in dist
2022-08-10 08:57:37 -05:00
James M. Greene
64fa685553
Rebuild distributables
2022-08-09 11:23:03 -05:00
James M. Greene
68595d0746
Update distributables
2022-08-05 17:47:09 -05:00
James M. Greene
5c1535b807
Update all source files to match expected Prettier formatting
2022-08-05 15:26:05 -05:00
James M. Greene
1f779755f8
Readd distributables
2022-08-05 12:13:48 -05:00