We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52e940 commit d0d54ceCopy full SHA for d0d54ce
.github/workflows/documentation.yaml
@@ -66,6 +66,14 @@ jobs:
66
- uses: arduino/setup-task@v2
67
with:
68
repo-token: ${{ secrets.GITHUB_TOKEN }}
69
+
70
+ # https://github.com/mxschmitt/action-tmate?tab=readme-ov-file#manually-triggered-debug
71
+ # Enable tmate debugging if debug logging is enabled (cf.
72
+ # https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#runner-context)
73
+ - name: Setup tmate session
74
+ uses: mxschmitt/action-tmate@v3
75
+ if: 1 == runner.debug
76
77
- run: |
78
task github-actions:link --yes
79
# Check that files have not changed.
0 commit comments