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
v4.0.1
|
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
v4.0.0
|
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
v3.1
v3.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 |
|
Karl Horky
|
bb407510e7
|
Remove version number to default to latest version
|
2021-03-24 18:20:16 +01:00 |
|
Karl Horky
|
3673bc4c4f
|
Link to better octokit docs
|
2021-03-24 18:13:28 +01:00 |
|
Josh Gross
|
3d069b2f0c
|
Merge pull request #121 from robyoung/fix-previous-broken-pr
Fix typo from #117
|
2021-03-03 15:31:04 -05:00 |
|
Rob Young
|
77c8747753
|
Fix typo from #117
I accidentally removed two lines I did not intend to. This would only
break for PRs opened on the repo directly.
|
2021-03-02 11:41:59 +00:00 |
|
Josh Gross
|
e86864dfd7
|
Merge pull request #117 from robyoung/fix-pull-request-test-for-forks
Fix PR test workflow for forks
|
2021-02-26 15:55:52 -05:00 |
|
Rob Young
|
58e7e1dbfa
|
Fix PR test workflow for forks
When the workflow is triggered from a fork the permissions for the
`GITHUB_TOKEN` are read-only. This chane skips the write operations if
we're running from a fork.
See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-events-for-forked-repositories
|
2021-02-23 09:36:43 +00:00 |
|
Josh Gross
|
b251c3e139
|
Merge pull request #111 from actions/dependabot/npm_and_yarn/node-notifier-8.0.1
Bump node-notifier from 8.0.0 to 8.0.1
|
2021-02-02 11:53:29 -05:00 |
|