Skip to content

Commit

Permalink
Add log grouping
Browse files Browse the repository at this point in the history
Also, make apt-get install less chatty.
  • Loading branch information
bewuethr committed Dec 21, 2021
1 parent 753b72e commit a04963d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ runs:
git config --global user.email \
'41898282+github-actions[bot]@users.noreply.github.com'
echo "::group::Run slacktenure script"
'${{ github.action_path }}/scripts/slacktenure' '${{ inputs.name }}'
echo "::endgroup::"
files=(README.md tenuresduration.md)
if [[ -n $(git status --porcelain -- "${files[@]}") ]]; then
Expand Down Expand Up @@ -92,8 +94,10 @@ runs:
- name: Update boxplot
shell: bash
run: |
sudo apt-get update
sudo apt-get install gnuplot-nox
echo "::group::Install gnuplot"
sudo apt-get --quiet update
sudo apt-get install --quiet gnuplot-nox
echo "::endgroup::"
echo "Updating boxplot..." >&2
Expand Down

0 comments on commit a04963d

Please sign in to comment.