Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Apr 12, 2024
1 parent 691c136 commit 2ac9ce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ runs:
echo -n "docker "
fi
if [[ ${{ inputs.remove-large-packages }} == 'true' ]]; then
echo -n "docker "
echo -n "large_packages "
fi
if [[ ${{ inputs.remove-cached-tools }} == 'true' ]]; then
echo -n "docker "
echo -n "cached_tools "
fi
if [[ ${{ inputs.remove-swap }} == 'true' ]]; then
echo -n "docker "
echo -n "swap "
fi
echo
Expand Down

0 comments on commit 2ac9ce9

Please sign in to comment.