uraimo / run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
BSD 3-Clause "New" or "Revised" License
682 stars 151 forks source link

No debug/log error #99

Open surfzoid opened 1 year ago

surfzoid commented 1 year ago

Hi, My workflow have error, but action/dock just display :exit with error 1 https://github.com/surfzoid/QtVsPlayer/actions/runs/3263386857/jobs/5362113788

uraimo commented 1 year ago

From the look of it, it just seems the result of multiple yaml formatting issue, the action can't even load the the run section correctly. Will take a look but could be impossible to intercept from within the action.

surfzoid commented 1 year ago

yep, yaml and python suck to auto indent, but seem strange anyway

surfzoid commented 1 year ago

i see line 167 and 168 formating bad, but i adjusted it in next version, i also add set -x, but alway no output