echo -e for \n

This commit is contained in:
Ralf Vogler 2025-05-25 12:03:03 +02:00
parent 713600d4e0
commit f06bcccce0

View file

@ -97,7 +97,7 @@ jobs:
run: |
REP=ghcr.io/${{ github.actor }}/free-games-claimer
IMG=$REP:${{env.IMAGE_TAG}}
log() { echo "\n\$ $@"; "$@"; }
log() { echo -e "\n\$ $@"; "$@"; }
emd() { echo "$@" | tee -a "$GITHUB_STEP_SUMMARY"; }
cmd() { echo "\$ $@" | tee -a "$GITHUB_STEP_SUMMARY"; "$@" | tee -a "$GITHUB_STEP_SUMMARY"; }
emd '```console'