Skip to content

Commit

Permalink
Update issuesAutomatedTasks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 authored Sep 7, 2024
1 parent 22d6859 commit adba97f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/issuesAutomatedTasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ jobs:
# Resize the image and convert to WebP format using npx sharp-cli
sudo npx --yes sharp-cli -i ./image_file -o "$FOLDER_PATH/cover.webp" -f webp resize 250 250 --fit inside
# Change the permissions to allow access by everyone
sudo chmod +rwx "$FOLDER_PATH/cover.webp"
# Change the permissions to make creation of pull request possible
# Check https://github.com/peter-evans/create-pull-request/issues/783
sudo chown -R $USER:$USER .
# Clean up the original file
sudo rm image_file
Expand Down

0 comments on commit adba97f

Please sign in to comment.