Skip to content

Commit

Permalink
DEVX-1278
Browse files Browse the repository at this point in the history
troubelshooting safe.directory
  • Loading branch information
sheaphillips committed Mar 13, 2024
1 parent c7160be commit fbb980d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ export AWS_REGION="$INPUT_S3_REGION"
ENTITY_PATH="$ENTITY_NAMESPACE/$ENTITY_KIND/$ENTITY_NAME"

echo "Setting git configuration..."

echo "Current user is '$(whoami)'"
echo "Showing ownership of files and directories..."
ls -la

git config --global --add safe.directory /github/workspace/docs

# when running within an Action this won't exist, but it may when testing locally
Expand Down

0 comments on commit fbb980d

Please sign in to comment.