Skip to content

Conversation

@mxschmitt
Copy link
Owner

@mxschmitt mxschmitt commented Mar 25, 2021

This was a regression introduced in #64 which broke the limit-access-to-actor functionality.

The order of the input parameters seems important, since first the parameters from tmate come and then from tmux.

Fixes #65

tested with:

name: CI
on: [push]
jobs:
  test:
    runs-on: ubuntu-latest
    name: test
    steps:
    - uses: actions/checkout@v2
    - name: Setup tmate session
      uses: mxschmitt/action-tmate@bugfix/limit-access-to-actor
      with:
        limit-access-to-actor: true

Copy link
Collaborator

@dscho dscho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops, sorry for the breakage!

@mxschmitt mxschmitt merged commit 50f92a9 into master Mar 25, 2021
@mxschmitt mxschmitt deleted the bugfix/limit-access-to-actor branch March 25, 2021 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"unknown command: -a" introduced by 03e13f

3 participants