Skip to content

Commit

Permalink
fix: fixxed a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpod98 authored Sep 30, 2023
1 parent ede2a95 commit 3878e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runs:
sudo apt-get clean
fi
if [[ ${{ inputs.remove-docker-cached-images }} == 'true' ]]; then
sudo docker image purge --all --force
sudo docker image prune --all --force
fi
echo "... done"
Expand Down

0 comments on commit 3878e14

Please sign in to comment.