We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be possible to add the working-directory parameter?
working-directory
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 }}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: