Skip to content

Instantly share code, notes, and snippets.

@mikedep333
Last active July 1, 2021 10:48
Show Gist options
  • Save mikedep333/4b58843923ac909b48b95c99c32d03af to your computer and use it in GitHub Desktop.
Save mikedep333/4b58843923ac909b48b95c99c32d03af to your computer and use it in GitHub Desktop.
Pulp GHA tmate debugging
# *Append* to file such as .github/workflows/ci.yml
- name: After failure - Setup Tmate
if: failure()
uses: mxschmitt/action-tmate@v3
@goosemania
Copy link

goosemania commented Jul 1, 2021

With newer GHA, I believe syntax is

if: $ {{ failure() }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment