Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support working-directory #141

Open
silverqx opened this issue Nov 9, 2022 · 0 comments
Open

Support working-directory #141

silverqx opened this issue Nov 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@silverqx
Copy link

silverqx commented Nov 9, 2022

Would be possible to add the working-directory parameter?

Virtually, it's a shortcut to fastly open an ssh session in the defined directory, something like this:

    - name: Setup tmate session
      if: ${{ always() }}
      uses: mxschmitt/action-tmate@v3
      with:
        limit-access-to-actor: true
      working-directory: ../TinyORM-builds-cmake/build-msvc-cmake-debug
      env:
        DB_MYSQL_PASSWORD: ${{ secrets.DB_MYSQL_PASSWORD }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants