Closed meeDamian closed 5 years ago
Solution has been found here, and it's:
echo ::set-env name=action_state::yellow
Docs: https://help.github.com/en/articles/development-tools-for-github-actions#set-an-environment-variable-set-env Example: https://github.com/meeDamian/github-actions-bugs/blob/3045c70062faedced72ed33357ed2f7f31a4372f/.github/workflows/set-env-var-in-step.yml
I'll close this issue when code is updated.
Currently the options are (they all suck):
meeDamian/simple-qemu
/scripts/generate-workflows.sh#L28jobs.<job>.env
meeDamian/github-actions-bugs
/.github/workflows/job-env-vars.yml#L20meeDamian/docker-bitcoind
/.github/workflows/on-tag.yml#L28-L37, and then used: #L57, #L65, or #L66meeDamian/docker-bitcoind
/.github/workflows/on-tag.yml#L123, #L132, #L138, #L146