gha-utilities / init-pull-request

JavaScript wrapper for `octokit.pulls.create` with provided GitHub Actions Inputs
4 stars 3 forks source link

Version 0.4.0 does not work #390

Open Aeliot-Tm opened 8 hours ago

Aeliot-Tm commented 8 hours ago

I have got an error:

Could not find file '/home/runner/work/_actions/<masked>/_staging/gha-utilities-init-pull-request-9fd0080/node_modules/.bin/tsserver'.
S0AndS0 commented 6 hours ago

Thanks for the heads-up!

I've tracked paths I believe the error relates to, though with some apprehension, so would appreciate ya reporting back if change fixes the error.

Note; due to the error complaining about a dev-dependency being missing I didn't tag/publish a full version, so your Workflow file will need to target the commit hash for testing instead, eg.

-        uses: gha-utilities/init-pull-request@v0.4.0
+        uses: gha-utilities/init-pull-request@ae3022303d20c680b00fa090bfac230964236725

... And if this doesn't resolve the errors, then an example repo will likely be needed to track down and squish the bugs.