Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
disable chmod
  • Loading branch information
flarco authored Aug 28, 2024
1 parent 1b3c3d4 commit 2af7d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "$INPUT_VERSION" != "latest" ]; then
chmod 755 /usr/local/bin/sling
fi

chmod -R 777 $GITHUB_WORKSPACE
# chmod -R 777 $GITHUB_WORKSPACE
cd $GITHUB_WORKSPACE

# run sling command
Expand Down

0 comments on commit 2af7d4a

Please sign in to comment.