$GITHUB_OUTPUT – Directory nonexistent (Self hosted runner) – Debian
I'm trying to use $GITHUB_OUTPUT instead of set-output. I set up a simple GitHub Action with a docker file based on the official tutorial. # Container image that runs your code FROM alpine:latest # Copies your code file from your…