Fix fetch depth

This commit is contained in:
Nick Alteen
2024-02-22 09:12:34 -05:00
parent 548afb2db8
commit 272c21a437
3 changed files with 10 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ FROM node:slim
# Create a directory for the action code
RUN mkdir -p /usr/src/app
# Set the working directory inside the container.
WORKDIR /usr/src/app
# Copy the repository contents to the container