You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the continous-deploy-fingerprint sub action as described in the sample workflow causes the following error: Error: Could not get fingerprint for project: Error: The process '/usr/local/bin/npx' failed with exit code 1
To Reproduce
Create GitHub Actions workflow based on the sample
Create pull request
Expected behavior
Based on the fingerprint, either an update is published or new build is started.
Actual behavior
The "Continuously Deploy" step fails.
Additional context
This is my YAML file, slightly altered from the sample:
Tried to repro with a basic project and couldn't find the repro. If you have a project repro that this occurs on, definitely open a new issue with the instructions. Thanks for the report!
Description of the bug
Using the continous-deploy-fingerprint sub action as described in the sample workflow causes the following error:
Error: Could not get fingerprint for project: Error: The process '/usr/local/bin/npx' failed with exit code 1
To Reproduce
Expected behavior
Based on the fingerprint, either an update is published or new build is started.
Actual behavior
The "Continuously Deploy" step fails.
Additional context
This is my YAML file, slightly altered from the sample:
The text was updated successfully, but these errors were encountered: