mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10:00
ci: improve GitHub Actions workflow reliability
- Add `continue-on-error: true` to the GitHub Actions workflow Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
54cfcd8727
commit
8a373b6435
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -501,6 +501,7 @@ jobs:
|
||||||
|
|
||||||
- name: testing ipv6
|
- name: testing ipv6
|
||||||
uses: ./
|
uses: ./
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
host: 2402:1f00:8000:800::2628
|
host: 2402:1f00:8000:800::2628
|
||||||
username: ubuntu
|
username: ubuntu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue