Skip to content

Commit

Permalink
wip: remove unused tmate config
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Jan 16, 2024
1 parent e308b7e commit b93484d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-base/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
using: "composite"
steps:
- name: Setup tmate session
if: ${{ inputs.DEBUG_ENABLED && inputs.DEBUG_OS == inputs.MATRIX_OS && inputs.DEBUG_ARCH == inputs.MATRIX_ARCH }}
if: ${{ inputs.DEBUG_ENABLED }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
Expand All @@ -36,7 +36,7 @@ runs:
- name: ⬢ Setup Node & Cache
uses: actions/setup-node@v4
with:
node-version: $NODE_VERSION
node-version: ${{ env.NODE_VERSION }}
cache: "npm"
cache-dependency-path: package-lock.json

Expand Down

0 comments on commit b93484d

Please sign in to comment.