Skip to content

Commit f50b20c

Browse files
committed
Hmm …
1 parent a6228d5 commit f50b20c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/documentation.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: arduino/setup-task@v2
27+
28+
# https://www.kernel.org/pub/software/scm/git/docs/git-config.html#:~:text=SHIFT%2DJIS.-,core.symlinks,-If%20false%2C%20symbolic
29+
# - run: |
30+
# git config get core.symlinks
31+
# git config get --global core.symlinks
32+
33+
- name: Setup tmate session
34+
uses: mxschmitt/action-tmate@v3
35+
with:
36+
limit-access-to-actor: false
37+
2738
- run: |
2839
task github-actions:update-headers --yes
2940
# Check that files hav not changed.

0 commit comments

Comments
 (0)