Skip to content

Commit

Permalink
fix mxschmitt/action-tmate args
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Jan 23, 2025
1 parent 5878260 commit 8b39f5d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -605,10 +605,8 @@ runs:
latest
build_args: |
PKG=${{ env.packageNameOrig }}
BASE_IMAGE=${{ matrix.config.cont }}
- name: 🪲 Setup interactive debugging
if: ${{ failure() && !cancelled() && inputs.run_debug == 'true' }}
uses: mxschmitt/action-tmate@v3
build_args: |
PKG=${{ env.packageNameOrig }},
BASE_IMAGE=${{ matrix.config.cont }}
uses: mxschmitt/action-tmate@v3

0 comments on commit 8b39f5d

Please sign in to comment.