Last active
July 1, 2021 10:48
-
-
Save mikedep333/4b58843923ac909b48b95c99c32d03af to your computer and use it in GitHub Desktop.
Pulp GHA tmate debugging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# *Append* to file such as .github/workflows/ci.yml | |
- name: After failure - Setup Tmate | |
if: failure() | |
uses: mxschmitt/action-tmate@v3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With newer GHA, I believe syntax is