Adding @actions/exec to github-script by bhavanakonchada · Pull Request #178 · actions/github-script

@bhavanakonchada

The @actions/exec package is useful to execute tools in a cross platform way. This package is now available to the script using the exec variable.

@bhavanakonchada

@bhavanakonchada

@bhavanakonchada

@bhavanakonchada

adding @actions/exec

adding @qctions/exec

updated readme.md

Added license file for @actions/exec

@bhavanakonchada

joshmgross

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 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.

@bhavanakonchada

@bhavanakonchada

👋 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 package-lock.json is now at version 2.

@bhavanakonchada

@bhavanakonchada

Hi @joshmgross , do you believe this PR can be merged, after the checks passing and incorporating feedback ?

joshmgross

@joshmgross