1
0
Fork 0
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:
CrazyMax 2026-05-17 19:42:09 +02:00
parent 823d742f27
commit 16a043c425
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4

View file

@ -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
-