We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This should be possible by inspecting the following environment variables:
RUNNER_DEBUG
ACTIONS_RUNNER_DEBUG
ACTIONS_STEP_DEBUG
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.
${{ runner.debug }}
Ref: https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/re-running-workflows-and-jobs#about-re-running-workflows-and-jobs
We may also want to take the rerun attempt into account.
Could provide a skip-existing-on: rerun | debug | second/third-attempt or something.
skip-existing-on: rerun | debug | second/third-attempt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This should be possible by inspecting the following environment variables:
RUNNER_DEBUG
: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variablesACTIONS_RUNNER_DEBUG
: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging#enabling-runner-diagnostic-loggingACTIONS_STEP_DEBUG
: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-loggingThere'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.Ref: https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/re-running-workflows-and-jobs#about-re-running-workflows-and-jobs
We may also want to take the rerun attempt into account.
Could provide a
skip-existing-on: rerun | debug | second/third-attempt
or something.The text was updated successfully, but these errors were encountered: