43 Commits

Author SHA1 Message Date
Alisson Tenório
1b1e81526b
Update README.md (#1719) 2025-04-09 10:46:07 -04:00
Brian DeHamer
6079dea4c4
add new @actions/attest package
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-02-26 08:52:20 -08:00
Brian Cristante
91b7bf978c
Move @actions/http-client into the toolkit (#1062)
💡 See https://github.com/actions/toolkit/pull/1064 for a better diff!

https://github.com/actions/toolkit contains a variety of packages used for building actions.  https://github.com/actions/http-client is one such package, but lives outside of the toolkit.  Moving it inside of the toolkit will improve discoverability and reduce the number of repos we have to keep track of for maintenance tasks (such as github/c2c-actions-service#2937).

I checked with @bryanmacfarlane on the historical decision here.  Apparently it was just inertia from before we released the toolkit as multiple packages.

The benefits here are:
- Have one fewer repo to keep track of
- Signal that this is an HTTP client meant for building actions, not for general use.

## Notes
- `@actions/http-client` will continue to be released as its own package.
- Bumping the package version to **2.0.0**.  Since we're compiling in strict mode now, there are some breaking changes to the exported types.  This is an improvement because the null-unsafe version of`http-client` is currently breaking the safety of null-safe consumers.
- I'm not updating the other packages to use the new version in this PR.  I plan to do that in a follow-up.  We'll hold off on publishing `http-client` v2 to NPM until that's done just in case other changes shake out of it.
2022-05-03 11:10:13 -04:00
Sora Morimoto
4dd900dde0
Replace find with which in io package description (#633)
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2021-03-11 09:57:31 -05:00
Sora Morimoto
c94bc40d84
Remove unnecessary trailing spaces (#474) 2020-05-27 10:33:23 -04:00
Aiqiao Yan
a67b91ea15
Merge pull request #448 from actions/users/aiyan/cache-package
Initial commit to create @actions/cache package
2020-05-15 13:41:32 -04:00
Konrad Pabjan
6d83c79964
Remove --save in README (#455) 2020-05-14 17:58:46 +02:00
Aiqiao Yan
1413cd0e32 Add cache upload options and pull from latest actions/cache master 2020-05-12 12:53:45 -04:00
Aiqiao Yan
c534ad2cbd Add docs and tests 2020-05-12 12:02:19 -04:00
Aiqiao Yan
15fefd9336 Fix tests 2020-05-12 12:02:18 -04:00
Aiqiao Yan
7409ad5fae Change variable path to a list 2020-05-12 12:02:18 -04:00
Aiqiao Yan
932779cf58 Initial commit to create @actions/cache package 2020-05-12 12:02:18 -04:00
eric sciple
83dd3ef0f1
separate audit workflow (#450) 2020-05-07 11:39:38 -04:00
Thomas Boop
12f30111a0
Update Contributing.md and add information about ADR's (#383)
* Updating Contributing.md + add adr details
2020-03-17 11:57:32 -04:00
Konrad Pabjan
d17d4a9163
Add info about new @actions/artifact package 2020-02-20 15:05:07 -05:00
Bryan MacFarlane
2dcdf049a8 proxy guidance 2020-02-12 09:26:59 -05:00
eric sciple
dd64d8c7c9
glob readme (#296) 2020-01-10 12:00:22 -05:00
Bryan MacFarlane
40a502b14b added matchers to readme 2019-12-12 13:43:34 -05:00
Adam Dobrawy
fc45b70f30 Remove draft-only comments from README (#215) 2019-12-11 18:07:02 -05:00
Bryan MacFarlane
2e4712de6f updating readmes 2019-10-09 08:47:27 -04:00
Bryan MacFarlane
7b46e3ab34 update readme 2019-10-03 13:51:11 -04:00
Bryan MacFarlane
1643ea2734 update readme 2019-10-03 12:45:11 -04:00
Bryan MacFarlane
f210cdb256
Update readme (#178)
Updating readme
2019-10-02 17:59:33 -04:00
Bryan MacFarlane
531da1858f
fix test timeout (#176)
* fix test timeout
2019-10-02 08:18:38 -04:00
Bryan MacFarlane
4897b2cd3b update typescript walkthrough link 2019-09-21 10:44:36 -04:00
Bryan MacFarlane
da04d22321 new template doc links 2019-09-11 03:35:39 -04:00
Bryan MacFarlane
020f7034f4
JavaScript walk through update (#107)
* update walkthrough

* review feedback
2019-09-04 17:30:45 -04:00
Bryan MacFarlane
b7ae833847 bit of branding 2019-08-24 09:24:48 -04:00
Kenny Root
35ed15faaf Fix typo in README.md (#62)
Missed a "k" in "Walkthrough."
2019-08-18 19:28:10 -04:00
Danny McCormick
938549d01a
Add status badge 2019-08-12 15:09:43 -04:00
Danny McCormick
079812ed8a
Add github package to readme 2019-08-12 14:28:37 -04:00
Bryan MacFarlane
ac5434c423 update some naming 2019-08-09 15:06:50 -04:00
Bryan MacFarlane
3977d56fd3
Create Actions Walkthrough (#36)
* starting walkthrough docs

* versioning
2019-08-01 11:26:17 -04:00
Bryan MacFarlane
c4a488fc74
add logo (#27)
add logo
2019-07-10 14:02:56 -04:00
Matt Cooper
1a2ff56004
mechanical contribution requirements 2019-06-25 07:23:37 -04:00
Jonathan Clem
135f320c0a
Add existing packages to README.md 2019-06-14 11:43:06 -04:00
Jonathan Clem
1073897ccb
Fix numbering in README 2019-04-22 12:02:40 -04:00
Jonathan Clem
2458937442
Add npm run create-package to scripts in README 2019-04-22 11:56:24 -04:00
Jonathan Clem
d3cfce8cf0
Simplify package creation 2019-04-22 11:54:05 -04:00
Jonathan Clem
9ef78f1807
Update README.md 2019-04-22 11:46:37 -04:00
Jonathan Clem
a26c57109e
Update README.md 2019-04-22 11:46:19 -04:00
Jonathan Clem
80afb0ab88
Update README.md 2019-04-20 10:56:56 -04:00
Jonathan Clem
a044bf542b
Add a placeholder README.md file 2019-04-19 14:31:02 -04:00