Skip to content

Commit

Permalink
hfjsbfhahvxbxuakaoq
Browse files Browse the repository at this point in the history
  • Loading branch information
fukiame committed Aug 29, 2023
1 parent fc52e00 commit 8b6846f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
ln -sf "/usr/bin/python3" /usr/bin/python
- name: show host info
run: |
bash tg_utils.sh msg "gh $RUN_NUM: build env initialized"
bash tg_utils.sh msg "gh $RUN_NUM: host: $(cat /etc/os-release | grep PRETTY_NAME | cut -d'=' -f2)%nlgh $RUN_NUM: free disk space: $(df --sync -BM --output=avail / | grep -v Avail)"
bash tg_utils.sh msg "gh $RUN_NUM: build env initialized%nlgh $RUN_NUM: host: $(cat /etc/os-release | grep PRETTY_NAME | cut -d'=' -f2)%nlgh $RUN_NUM: free disk space: $(df --sync -BM --output=avail / | grep -v Avail)"
- name: print notes if exists
run: |
if [[ ! -z $NOTE ]]; then
Expand Down

0 comments on commit 8b6846f

Please sign in to comment.