Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cefali committed Dec 6, 2023
1 parent 6f94b71 commit 9a588d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN export YARN_CACHE_FOLDER="$(mktemp -d)" \
# Copy the artifacts from `yarn build`
COPY --from=builder /app/dist /action-release/dist/
RUN chmod +x /action-release/dist/index.js
ENV SUDO_UID=0000
ENV SUDO_UID=0001

# Modify the contents of /etc/gitconfig as per the screenshot provided
RUN printf '[safe]\n directory = *\n' > /etc/gitconfig
Expand Down
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import * as process from 'process';

(async () => {
try {
console.log('envs', process.env)

const cli = getCLI();

// Validate options first so we can fail early.
Expand Down

0 comments on commit 9a588d1

Please sign in to comment.