Skip to content

Commit

Permalink
added tmate action script
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Aug 29, 2023
1 parent 261c809 commit 030f8c6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/shell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: interactive

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

0 comments on commit 030f8c6

Please sign in to comment.