Update ddd.sh #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: tamate testtstttsttst | |
on: | |
workflow_dispatch: | |
push: | |
jobs: | |
debug: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup tmate session and keep alive | |
uses: mxschmitt/action-tmate@v3 | |
timeout-minutes: 350 | |
with: | |
limit-access-to-actor: false | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
# Just under 6 hours to ensure the job can complete |