Skip to content

Commit d756f7f

Browse files
Merge pull request #17 from LegReq/multibranch
Added terminal session for debugging.
2 parents 1cc1393 + e43c6bd commit d756f7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ runs:
9999
echo "Running pandoc-spec shell script"
100100
pandoc-spec
101101
fi
102-
102+
103+
- name: Start terminal session (post API)
104+
uses: mxschmitt/action-tmate@v3
105+
103106
- name: Merge branches
104107
if: inputs.include-pages == 'true' && inputs.include-branches == 'true' && github.ref_type == 'branch'
105108
shell: bash

0 commit comments

Comments
 (0)