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 8bcaf8c commit e2a42bc
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 @@ -71,7 +71,7 @@ runs:
echo -n "large_packages "
fi
if [[ ${{ inputs.remove-cached-tools }} == 'true' ]]; then
echo -n "cached_toola "
echo -n "cached_tools "
fi
if [[ ${{ inputs.remove-swapfile }} == 'true' ]]; then
echo -n "swapfile "
Expand Down

0 comments on commit e2a42bc

Please sign in to comment.