We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12b2bd commit d0f1b1dCopy full SHA for d0f1b1d
Dockerfile
@@ -29,4 +29,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \
29
30
ENV PYTHONUNBUFFERED=1
31
CMD ["/action/workspace/stale_repos.py"]
32
-ENTRYPOINT ["uv", "run"]
+ENTRYPOINT ["uv", "run", "--project", "/action/workspace"]
0 commit comments