Open
Description
This should be possible by inspecting the following information sources:
RUNNER_DEBUG
(environment variable): https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variablesACTIONS_RUNNER_DEBUG
(var or secrets context): https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging#enabling-runner-diagnostic-loggingACTIONS_STEP_DEBUG
(var or secrets context): https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging
There's additionally ${{ runner.debug }}
to look at: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#runner-context.
We may also want to take the rerun attempt into account.
Could provide a skip-existing-on: rerun | debug | second/third-attempt
or something.
Metadata
Metadata
Assignees
Labels
No labels