Adding @actions/exec to github-script#178
Conversation
adding @actions/exec adding @qctions/exec updated readme.md Added license file for @actions/exec
…hada/github-script into bhavanakonchada-exec
joshmgross
left a comment
There was a problem hiding this comment.
👋 Hey, thanks for this contribution. It looks like a large change was made to package-lock.json switching from lockfileVersion 2 to 1 - https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json#lockfileversion
Since we're already on a newer version, I'd prefer not go back to version 1. Could you update your version of npm and re-run npm install?
I'd be happy to help with that change if you'd like.
@joshmgross thanks so much for taking a keen look at the PR, updated npm as you suggested to ensure |
|
Hi @joshmgross , do you believe this PR can be merged, after the checks passing and incorporating feedback ? |
|
👋 Hey @bhavanakonchada, thanks for your contribution! This is now available in https://github.com/actions/github-script/releases/tag/v4.1.0, which can be accessed with the following refs in your workflow:
|
The
@actions/execpackage is useful to execute tools in a cross platform way. This package is now available to the script using theexecvariable.