Commit Graph

5 Commits

Author SHA1 Message Date
Bryan Zwicker
1f33b7b9ca Add octokit retry plugin
- Added octokit plugin for automatic retries
- Removed un-imported dependency causing version conflicts
- Update dist for action with new retry plugin
- Update license cache
2025-12-09 09:43:04 -05:00
Mardav Wala
fcb131f251 Fix regex with misleading operator precedence in @octokit/request dependency
- Fixed regex /^text\/|charset=utf-8$/ to /^text\/|charset=utf-8/
- Removed misleading end anchor ($) from charset=utf-8 part
- Added patch-package to dependencies and postinstall script
- Updated dist/index.js with fix applied to bundled dependencies
- All tests continue to pass
2025-08-15 16:05:10 +00:00
Tara Nelson
d72379e564 Update index.js 2024-03-18 21:26:10 +00:00
Francesco Renzi
51e172a520 Update @actions/core to 1.10.0 (#231)
* Update @actions/core to 1.10.0

* Update licenses
2022-10-06 08:43:56 -03:00
Jonathan Clem
078fd9f744 Add initial action setup 2022-01-31 14:09:42 -05:00