Skip to content

Commit

Permalink
Remove tmate debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
kyl191 committed Dec 29, 2024
1 parent b50f821 commit eeb0ad9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: false
detached: true
- name: Login to GHCR
run: echo "${{ secrets.GITHUB_TOKEN }}" | sudo podman login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Create container
Expand Down

0 comments on commit eeb0ad9

Please sign in to comment.