Commit Graph

  • 854d2138dc adding @qctions/exec Bhavana Konchada 2021-08-10 16:29:59 -07:00
  • f9d46abb2a adding @actions/exec Bhavana Konchada 2021-08-10 16:29:26 -07:00
  • aaceb2cf67 Merge pull request #177 from brcrista/main Josh Gross 2021-08-10 18:27:53 -04:00
  • 5ed343d94b Fix triggers in licensed.yml Brian Cristante 2021-08-10 11:20:11 -04:00
  • a7abfdfa4d Add check-dist.yml Brian Cristante 2021-08-10 11:20:11 -04:00
  • 4294354415 Merge pull request #174 from oscard0m/add-cache-to-node-workflows Josh Gross 2021-08-03 18:12:58 -04:00
  • ecb772f447 ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows Oscar Dominguez 2021-07-18 22:31:39 +02:00
  • 5fa6e37385 Merge pull request #159 from actions/joshmgross/update-workflows Josh Gross 2021-06-28 14:51:56 -04:00
  • 936c9d9f72 Update to latest actions Josh Gross 2021-06-28 14:45:32 -04:00
  • 672319273b Merge pull request #153 from actions/joshmgross/npm-audit Josh Gross 2021-06-18 14:02:49 -04:00
  • 7c21e3730f Run npm audit fix Josh Gross 2021-06-18 13:56:15 -04:00
  • 787406b248 Merge pull request #152 from actions/joshmgross/add-instructions-for-pat Josh Gross 2021-06-18 13:53:38 -04:00
  • bfb7c2383c Add instructions for using a separate GitHub token Josh Gross 2021-06-10 12:15:08 -04:00
  • c32ce148a6 Merge pull request #145 from MichaelDeBoey/patch-1 Josh Gross 2021-06-10 12:04:15 -04:00
  • cec08706ee docs: remove github-token usage from examples Michaël De Boey 2021-05-23 01:53:58 +02:00
  • a3e7071a34 Merge pull request #137 from actions/joshgross/update-actions-core v4.0.2 v4.0 Josh Gross 2021-04-23 13:29:23 -04:00
  • 3858e71d11 Update license for @actions/core Josh Gross 2021-04-23 11:50:36 -04:00
  • 2b34a689ec Update @actions/core to 1.2.7 Josh Gross 2021-04-23 11:42:24 -04:00
  • 85e88a66ea Merge pull request #136 from actions/search-cwd-first v4.0.1 Jonathan Clem 2021-04-21 18:31:08 -04:00
  • 5cbb702e24 v4.0.1 Jonathan Clem 2021-04-21 18:30:43 -04:00
  • 1ef7fd09ca Remove require search fallback Jonathan Clem 2021-04-21 18:13:51 -04:00
  • a49bf6b2cd Search the cwd first, then existing module paths Jonathan Clem 2021-04-21 18:10:10 -04:00
  • 95fb649573 Merge pull request #135 from actions/wrap-require v4.0.0 Jonathan Clem 2021-04-21 17:50:55 -04:00
  • 2923e50f29 Run build script Jonathan Clem 2021-04-21 17:49:15 -04:00
  • b616178d6d Merge branch 'wrap-require' of https://github.com/actions/github-script into wrap-require Jonathan Clem 2021-04-21 17:48:41 -04:00
  • c758586ea1 v4.0.0 Jonathan Clem 2021-04-21 17:48:25 -04:00
  • 256da4ea4d Update src/wrap-require.ts Jonathan Clem 2021-04-21 17:46:09 -04:00
  • 5ee517dae8 Workflow syntax error Jonathan Clem 2021-04-21 17:43:39 -04:00
  • fb7e8f7c67 Add npm ci to integration test Jonathan Clem 2021-04-21 17:43:02 -04:00
  • 4a93ad9f9e Add actions/checkout Jonathan Clem 2021-04-21 17:41:41 -04:00
  • 19e7914023 Add integration test running Jonathan Clem 2021-04-21 17:39:54 -04:00
  • 3ede58996d Add new integration tests Jonathan Clem 2021-04-21 17:37:37 -04:00
  • 01f87b6c01 Remove caveat about node_modules Jonathan Clem 2021-04-21 17:21:31 -04:00
  • b0e12e725b Add Webpack comment vis-a-vis eval Jonathan Clem 2021-04-21 17:12:21 -04:00
  • 7e12bd7395 Call resolve, then require Jonathan Clem 2021-04-21 17:10:11 -04:00
  • 7e8659dcd4 Run build Jonathan Clem 2021-04-21 17:06:44 -04:00
  • d37f92ff11 Test eval Jonathan Clem 2021-04-21 17:06:36 -04:00
  • 1f8fc98741 Run build Jonathan Clem 2021-04-21 17:05:03 -04:00
  • f57c84a8e8 Try global.module Jonathan Clem 2021-04-21 17:04:41 -04:00
  • ade5cea985 Use concat for paths Jonathan Clem 2021-04-21 17:02:53 -04:00
  • c1c139b0ab Add a catch to support requiring installed modules Jonathan Clem 2021-04-21 16:58:37 -04:00
  • 3ca4cd5a00 Update documentation for relative require support Jonathan Clem 2021-04-21 16:48:53 -04:00
  • 83c92d6511 Rename nativeRequire to __original_require__ Jonathan Clem 2021-04-21 16:41:31 -04:00
  • c416f56b51 Pass nativeRequire, as well Jonathan Clem 2021-04-21 16:40:48 -04:00
  • 75e3a5b35d Move wrapRequire to its own module Jonathan Clem 2021-04-21 16:37:24 -04:00
  • e853490b13 Run build script Jonathan Clem 2021-04-21 16:35:28 -04:00
  • f4e5d39c2a Use a proxy to support relative requires Jonathan Clem 2021-04-21 16:32:28 -04:00
  • ddba1b195d Use non-Webpack-require in evaluated scripts Jonathan Clem 2021-04-21 16:16:20 -04:00
  • 59cb74c2ee Merge pull request #125 from karlhorky/patch-1 Josh Gross 2021-04-16 12:00:11 -04:00
  • 5467f2a1ed Merge pull request #131 from esker-software/Update-readme-with-async-example Josh Gross 2021-04-15 12:18:40 -04:00
  • c72dc00003 Update readme with async example Léandre DA SILVA 2021-04-09 17:12:13 +02:00
  • f05a81df23 Update version to 3.1.1 v3.1.1 v3.1 Josh Gross 2021-03-30 14:00:42 -04:00
  • 74ae80c200 Use y18n 4.0.1 Josh Gross 2021-03-30 13:56:06 -04:00
  • 7488ca4f39 Merge pull request #127 from MatisseHack/glob Josh Gross 2021-03-30 13:53:12 -04:00
  • 8920b9a6ed Add the @actions/glob package Matisse Hack 2021-03-29 15:59:59 -07:00
  • 8685086334 Merge pull request #126 from nihalgonsalves/ng/input Josh Gross 2021-03-29 17:35:07 -04:00
  • 01dfe2e0c1 Update README.md Nihal Gonsalves 2021-03-30 02:48:37 +05:30
  • 934655b9e0 Document how to use env: as input Nihal Gonsalves 2021-03-30 02:23:20 +05:30
  • a56d4504de Document how to use installed npm packages Nihal Gonsalves 2021-03-30 02:19:38 +05:30
  • bb407510e7 Remove version number to default to latest version Karl Horky 2021-03-24 18:20:16 +01:00
  • 3673bc4c4f Link to better octokit docs Karl Horky 2021-03-24 18:13:28 +01:00
  • 3d069b2f0c Merge pull request #121 from robyoung/fix-previous-broken-pr Josh Gross 2021-03-03 15:31:04 -05:00
  • 77c8747753 Fix typo from #117 Rob Young 2021-03-02 11:41:59 +00:00
  • e86864dfd7 Merge pull request #117 from robyoung/fix-pull-request-test-for-forks Josh Gross 2021-02-26 15:55:52 -05:00
  • 58e7e1dbfa Fix PR test workflow for forks Rob Young 2021-02-23 09:20:24 +00:00
  • b251c3e139 Merge pull request #111 from actions/dependabot/npm_and_yarn/node-notifier-8.0.1 Josh Gross 2021-02-02 11:53:29 -05:00
  • 5b5c43cb7b Bump node-notifier from 8.0.0 to 8.0.1 dependabot[bot] 2021-02-02 16:51:20 +00:00
  • 74776b4afc Merge pull request #110 from buger/patch-1 Josh Gross 2021-02-02 11:46:17 -05:00
  • 01904b97ff Fix typo in Readme example Leonid Bugaev 2021-02-02 17:12:35 +03:00
  • 315fb4f388 Merge pull request #109 from 36degrees/patch-1 Josh Gross 2021-01-04 13:20:42 -05:00
  • 5c9e354ff0 Use @v3 in 'View context attributes' example Oliver Byford 2020-12-21 15:16:05 +00:00
  • 2f21207c8d Add name to PR test workflow Josh Gross 2020-12-17 12:09:06 -05:00
  • 1318dc37ba Merge pull request #108 from Bullenj01/documentation-print-option-for-objects Josh Gross 2020-12-17 12:07:59 -05:00
  • f4f25ebaab Move to examples section Jason Bullen 2020-12-17 11:45:30 -05:00
  • b91d578158 Update README.md Jason Bullen 2020-12-17 08:33:49 -05:00
  • a52e7f4cf4 Merge pull request #106 from actions/joshmgross/add-codeowners Josh Gross 2020-12-10 13:27:30 -05:00
  • b714c526d7 Add CODEOWNERS Josh Gross 2020-12-09 15:58:34 -05:00
  • 96374ece58 Update README.md Jonathan Clem 2020-11-17 09:20:10 -05:00
  • 47f7cf65b5 v3.1.0 v3.1.0 Jonathan Clem 2020-11-17 09:16:23 -05:00
  • 58579a2cbf Merge pull request #100 from actions/bump-octokit Jonathan Clem 2020-11-17 09:15:55 -05:00
  • 8c2abf1707 Bump Octokit licenses Jonathan Clem 2020-11-17 09:14:13 -05:00
  • ed05d35c66 Bump Octokit core, REST pagination, REST methdos Jonathan Clem 2020-11-17 09:13:01 -05:00
  • bc192ff403 Merge pull request #99 from actions/dependabot/npm_and_yarn/node-fetch-2.6.1 Jonathan Clem 2020-11-17 09:11:56 -05:00
  • 5c195044a2 Update node-fetch cached license Jonathan Clem 2020-11-17 09:09:40 -05:00
  • bdd2dafb12 Bump node-fetch from 2.6.0 to 2.6.1 dependabot[bot] 2020-11-17 14:07:52 +00:00
  • 2d40ba5c82 Update development.md Jonathan Clem 2020-11-17 08:53:50 -05:00
  • 3c58ce3675 v3.0.2 v3.0.2 v3.0 Jonathan Clem 2020-11-17 08:43:24 -05:00
  • ff0a9e81a8 v3.0.1 v3.0.1 Jonathan Clem 2020-11-17 08:11:47 -05:00
  • 9d620e45a4 Merge pull request #98 from hfaulds/core-1.2.6 Jonathan Clem 2020-11-17 08:06:58 -05:00
  • e5156a8b84 rebuild distribution Hayden Faulds 2020-11-17 11:19:50 +00:00
  • b780942434 update licenses Hayden Faulds 2020-11-17 11:19:43 +00:00
  • f035cea467 Merge pull request #95 from pradyunsg/patch-1 Jonathan Clem 2020-11-02 12:25:15 -05:00
  • 6bd37e1a50 Move information about diffs to correct heading Pradyun Gedam 2020-10-31 19:18:40 +05:30
  • 9124ee04c3 Bump @actions/core from 1.2.4 to 1.2.6 dependabot[bot] 2020-10-05 17:44:36 +00:00
  • 28e5ebafd7 Update README.md Jonathan Clem 2020-10-05 13:43:31 -04:00
  • ce5d26b1ab Merge pull request #88 from clarkbw/patch-1 Jonathan Clem 2020-09-21 09:53:37 -04:00
  • 91121b9cb3 Fixup typo Bryan Clark 2020-09-17 12:58:40 -07:00
  • ac77fc9f3f Add a GraphQL example Bryan Clark 2020-09-17 12:57:34 -07:00
  • eb58336601 Merge pull request #86 from actions/fix-readme-args-example Jonathan Clem 2020-09-01 09:44:23 -04:00
  • af3c0bbd72 Fix example function arguments Jonathan Clem 2020-09-01 09:42:22 -04:00