Skip to content

Commit

Permalink
fix: copy source files to github workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
krummbar committed Jun 24, 2024
1 parent f8c6ed8 commit e59e627
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ RUN apk add --no-cache jq
WORKDIR /usr/src

# Copy any source file(s) required for the action
COPY src ./src
COPY src .
COPY entrypoint.sh .

ENV ACTION_SOURCE_DIR="."

# Configure the container to be run as an executable
ENTRYPOINT ["/usr/src/entrypoint.sh"]

0 comments on commit e59e627

Please sign in to comment.