mirror of
https://github.com/librenms/docker.git
synced 2026-07-18 00:55:20 +00:00
ci: fix deprecated input for container-logs-check
This commit is contained in:
parent
823d742f27
commit
16a043c425
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -65,9 +65,9 @@ jobs:
|
|||
LIBRENMS_CONTAINER: ${{ env.CONTAINER_NAME }}
|
||||
-
|
||||
name: Check container logs
|
||||
uses: crazy-max/.github/.github/actions/container-logs-check@main
|
||||
uses: crazy-max/.github/.github/actions/container-logs-check@v1
|
||||
with:
|
||||
container_name: ${{ env.CONTAINER_NAME }}
|
||||
name: ${{ env.CONTAINER_NAME }}
|
||||
log_check: "ready to handle connections"
|
||||
timeout: 120
|
||||
-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue