mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
add tmate action
This commit is contained in:
parent
a01bdb1391
commit
cc2a795f5b
1 changed files with 8 additions and 0 deletions
8
.github/workflows/tmate.yml
vendored
Normal file
8
.github/workflows/tmate.yml
vendored
Normal 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
|
Loading…
Add table
Reference in a new issue