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
With inkscape package installed, the pdf generated from svg would belong to root user, causing the github action can't clean up the temp file from the self-hosted runner.
Error: File was unable to be removed Error: EACCES: permission denied, unlink '/home/a/gh-actions/actions-runner/_work/repo/ssd/svg-inkscape/xxxx_svg-raw.pdf'
The text was updated successfully, but these errors were encountered:
This comes from the usage of the docker container by this action. For now, you can try to workaround the issue by manually fixing the permission inside the post_compile input or additional github action step. I'm not entirely sure how to fix this. Suggestions or PR are welcome.
Problem
With inkscape package installed, the pdf generated from svg would belong to root user, causing the github action can't clean up the temp file from the self-hosted runner.
Github script
Github Action Error log
The text was updated successfully, but these errors were encountered: