Group Tar output in github logs

This issue has been tracked since 2022-05-13.

TL;DR

Currently, any job that uses google-github-actions/setup-gcloud gets spammed with the tar output of unpacking the gcloud archive. While this might sometimes be crucial for debugging, it's a real hassle when CI issues aren't related to setup-gcloud

Detailed design

_a la_ https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines : 


echo ::group::GCloud tar unpack
/usr/bin/tar xz -v --warning=no-unknown-keyword --overwrite -C <tmp1> -f <tmp2>
echo ::endgroup::


### Additional information

This'd be really easy to do. I'd provide the PR if it'd be accepted
sethvargo wrote this answer on 2022-05-14

Hi @nyarly

Feel free to take a stab, but I'm fairly certain that log output comes from actions/tool-cache.

sethvargo wrote this answer on 2022-11-10

As mentioned above, this comes from actions/tool-cache.

More Details About Repo
Owner Name google-github-actions
Repo Name setup-gcloud
Full Name google-github-actions/setup-gcloud
Language TypeScript
Created Date 2019-11-05
Updated Date 2023-03-23
Star Count 1505
Watcher Count 65
Fork Count 548
Issue Count 11

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date