Skip to content

Commit

Permalink
Keep using v1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Aug 30, 2023
1 parent 1d2e4a8 commit 58ffe3e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup upterm session
## v1.1 is the latest version
uses: lhotari/action-upterm@v1.1
uses: lhotari/action-upterm@v1
```
To get the ssh connection string, just open the `Checks` tab in your Pull Request and scroll to the bottom.
Expand Down Expand Up @@ -89,8 +88,6 @@ useful for using `action-upterm` to get a debug shell if your job fails, but
not have the debug shell keep your pipeline running for too long if no one is
interested in debugging it.

This was introduced in v1.1.

```yaml
name: CI
on: [push]
Expand All @@ -100,7 +97,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup upterm session
uses: lhotari/action-upterm@v1.1
uses: lhotari/action-upterm@v1
if: ${{ failure() }}
with:
## If no one connects after 5 minutes, shut down server.
Expand Down

0 comments on commit 58ffe3e

Please sign in to comment.