We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d81794 + 82d7768 commit 1ccb13fCopy full SHA for 1ccb13f
Dockerfile
@@ -11,7 +11,7 @@ LABEL com.github.actions.name="stale-repos" \
11
org.opencontainers.image.description="Find stale repositories in a GitHub organization."
12
13
WORKDIR /action/workspace
14
-COPY requirements.txt stale_repos.py /action/workspace/
+COPY requirements.txt stale_repos.py env.py auth.py /action/workspace/
15
16
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
17
&& apt-get -y update \
0 commit comments