1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00

add tmate action

This commit is contained in:
Nebel 2021-08-10 10:24:31 +09:00
parent a01bdb1391
commit cc2a795f5b

8
.github/workflows/tmate.yml vendored Normal file
View file

@ -0,0 +1,8 @@
name: tmate
on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mxschmitt/action-tmate@v3