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
My fork of your repository is rewritten as a node-artifact and do not need any Dockerfile. However, my GitHub workflow fails when using the node-branch (I also tried the master branch with docker). The failure is caused by the folder node_modules being ignored: https://github.com/jactor-rises/add-and-commit/runs/345587672
Is this a suspected failure and has something todo with the default pattern?
The text was updated successfully, but these errors were encountered:
Sorry, could you please keep the issues relative to your fork on your fork? (You can mention me there ;))
Anyway:
You should try using the force option, it should add even ignored files.
It may be: the Docker Image uses Alpine (from this container) while your run probably uses Ubuntu. I'm not sure though, you should check the errors and see which part of the code fails.
Hi
My fork of your repository is rewritten as a node-artifact and do not need any Dockerfile. However, my GitHub workflow fails when using the node-branch (I also tried the master branch with docker). The failure is caused by the folder node_modules being ignored: https://github.com/jactor-rises/add-and-commit/runs/345587672
Is this a suspected failure and has something todo with the default pattern?
The text was updated successfully, but these errors were encountered: