Skip to content

Commit

Permalink
Merge pull request #178 from bhavanakonchada/bhavanakonchada-exec
Browse files Browse the repository at this point in the history
Adding @actions/exec to github-script
  • Loading branch information
joshmgross committed Aug 19, 2021
2 parents aaceb2c + c07f5aa commit e02270e
Show file tree
Hide file tree
Showing 7 changed files with 1,193 additions and 17 deletions.
20 changes: 20 additions & 0 deletions .licenses/npm/@actions/exec.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Expand Up @@ -18,6 +18,7 @@ arguments will be provided:
- `core` A reference to the [@actions/core](https://github.com/actions/toolkit/tree/main/packages/core) package
- `glob` A reference to the [@actions/glob](https://github.com/actions/toolkit/tree/main/packages/glob) package
- `io` A reference to the [@actions/io](https://github.com/actions/toolkit/tree/main/packages/io) package
- `exec` A reference to the [@actions/exec](https://github.com/actions/toolkit/tree/main/packages/exec) package
- `require` A proxy wrapper around the normal Node.js `require` to enable
requiring relative paths (relative to the current working directory) and
requiring npm packages installed in the current working directory. If for
Expand Down

0 comments on commit e02270e

Please sign in to comment.