Skip to content

Commit

Permalink
Shrink progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
jungaretti committed Dec 4, 2022
1 parent 22523d5 commit 42d0d19
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 @@ -47,7 +47,7 @@ runs:
# Download Bacon
pushd "$(mktemp -d)"
wget $url -O $asset
wget $url -O $asset --progress=dot:mega
tar -xf $asset
echo "::set-output name=bacon_bin::$(pwd)/bacon"
- name: Deploy records
Expand Down

0 comments on commit 42d0d19

Please sign in to comment.