Commit graph

353 commits

Author SHA1 Message Date
Josh Gross
672319273b
Merge pull request #153 from actions/joshmgross/npm-audit
Run `npm audit fix`
2021-06-18 14:02:49 -04:00
Josh Gross
7c21e3730f
Run npm audit fix 2021-06-18 13:56:15 -04:00
Josh Gross
787406b248
Merge pull request #152 from actions/joshmgross/add-instructions-for-pat
Add instructions for using a separate GitHub token
2021-06-18 13:53:38 -04:00
Josh Gross
bfb7c2383c
Add instructions for using a separate GitHub token 2021-06-10 12:15:08 -04:00
Josh Gross
c32ce148a6
Merge pull request #145 from MichaelDeBoey/patch-1
docs: remove `github-token` usage from examples
2021-06-10 12:04:15 -04:00
Michaël De Boey
cec08706ee
docs: remove github-token usage from examples 2021-05-23 01:53:58 +02:00
Josh Gross
a3e7071a34
Merge pull request #137 from actions/joshgross/update-actions-core
Update @actions/core to 1.2.7
2021-04-23 13:29:23 -04:00
Josh Gross
3858e71d11
Update license for @actions/core 2021-04-23 11:50:36 -04:00
Josh Gross
2b34a689ec
Update @actions/core to 1.2.7 2021-04-23 11:42:24 -04:00
Jonathan Clem
85e88a66ea
Merge pull request #136 from actions/search-cwd-first
Only search cwd on user-script require calls
2021-04-21 18:31:08 -04:00
Jonathan Clem
5cbb702e24
v4.0.1 2021-04-21 18:30:43 -04:00
Jonathan Clem
1ef7fd09ca
Remove require search fallback 2021-04-21 18:13:51 -04:00
Jonathan Clem
a49bf6b2cd
Search the cwd first, then existing module paths 2021-04-21 18:10:10 -04:00
Jonathan Clem
95fb649573
Merge pull request #135 from actions/wrap-require
Support installed npm modules and relative require
2021-04-21 17:50:55 -04:00
Jonathan Clem
2923e50f29
Run build script 2021-04-21 17:49:15 -04:00
Jonathan Clem
b616178d6d
Merge branch 'wrap-require' of https://github.com/actions/github-script into wrap-require 2021-04-21 17:48:41 -04:00
Jonathan Clem
c758586ea1
v4.0.0 2021-04-21 17:48:25 -04:00
Jonathan Clem
256da4ea4d
Update src/wrap-require.ts
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-04-21 17:46:09 -04:00
Jonathan Clem
5ee517dae8
Workflow syntax error 2021-04-21 17:43:39 -04:00
Jonathan Clem
fb7e8f7c67
Add npm ci to integration test 2021-04-21 17:43:02 -04:00
Jonathan Clem
4a93ad9f9e
Add actions/checkout 2021-04-21 17:41:41 -04:00
Jonathan Clem
19e7914023
Add integration test running 2021-04-21 17:39:54 -04:00
Jonathan Clem
3ede58996d
Add new integration tests 2021-04-21 17:37:37 -04:00
Jonathan Clem
01f87b6c01
Remove caveat about node_modules 2021-04-21 17:21:31 -04:00
Jonathan Clem
b0e12e725b
Add Webpack comment vis-a-vis eval 2021-04-21 17:12:33 -04:00
Jonathan Clem
7e12bd7395
Call resolve, then require 2021-04-21 17:10:11 -04:00
Jonathan Clem
7e8659dcd4
Run build 2021-04-21 17:06:44 -04:00
Jonathan Clem
d37f92ff11
Test eval 2021-04-21 17:06:36 -04:00
Jonathan Clem
1f8fc98741
Run build 2021-04-21 17:05:03 -04:00
Jonathan Clem
f57c84a8e8
Try global.module 2021-04-21 17:04:41 -04:00
Jonathan Clem
ade5cea985
Use concat for paths 2021-04-21 17:02:53 -04:00
Jonathan Clem
c1c139b0ab
Add a catch to support requiring installed modules 2021-04-21 16:58:37 -04:00
Jonathan Clem
3ca4cd5a00
Update documentation for relative require support 2021-04-21 16:48:53 -04:00
Jonathan Clem
83c92d6511
Rename nativeRequire to __original_require__ 2021-04-21 16:41:31 -04:00
Jonathan Clem
c416f56b51
Pass nativeRequire, as well 2021-04-21 16:40:48 -04:00
Jonathan Clem
75e3a5b35d
Move wrapRequire to its own module 2021-04-21 16:37:24 -04:00
Jonathan Clem
e853490b13
Run build script 2021-04-21 16:35:28 -04:00
Jonathan Clem
f4e5d39c2a
Use a proxy to support relative requires 2021-04-21 16:32:28 -04:00
Jonathan Clem
ddba1b195d
Use non-Webpack-require in evaluated scripts 2021-04-21 16:16:20 -04:00
Josh Gross
59cb74c2ee
Merge pull request #125 from karlhorky/patch-1
Link to better octokit docs
2021-04-16 12:00:11 -04:00
Josh Gross
5467f2a1ed
Merge pull request #131 from esker-software/Update-readme-with-async-example
Update readme with async example
2021-04-15 12:18:40 -04:00
Léandre DA SILVA
c72dc00003
Update readme with async example 2021-04-09 17:12:13 +02:00
Josh Gross
f05a81df23
Update version to 3.1.1 2021-03-30 14:00:42 -04:00
Josh Gross
74ae80c200
Use y18n 4.0.1 2021-03-30 13:56:06 -04:00
Josh Gross
7488ca4f39
Merge pull request #127 from MatisseHack/glob
Add @actions/glob as a script parameter
2021-03-30 13:53:12 -04:00
Matisse Hack
8920b9a6ed
Add the @actions/glob package 2021-03-29 16:06:39 -07:00
Josh Gross
8685086334
Merge pull request #126 from nihalgonsalves/ng/input
Document how to use npm packages and env input
2021-03-29 17:35:07 -04:00
Nihal Gonsalves
01dfe2e0c1
Update README.md 2021-03-30 02:48:37 +05:30
Nihal Gonsalves
934655b9e0 Document how to use env: as input 2021-03-30 02:23:20 +05:30
Nihal Gonsalves
a56d4504de Document how to use installed npm packages 2021-03-30 02:20:10 +05:30