Skip to content

Commit 16a043c

Browse files
committed
ci: fix deprecated input for container-logs-check
1 parent 823d742 commit 16a043c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
LIBRENMS_CONTAINER: ${{ env.CONTAINER_NAME }}
6666
-
6767
name: Check container logs
68-
uses: crazy-max/.github/.github/actions/container-logs-check@main
68+
uses: crazy-max/.github/.github/actions/container-logs-check@v1
6969
with:
70-
container_name: ${{ env.CONTAINER_NAME }}
70+
name: ${{ env.CONTAINER_NAME }}
7171
log_check: "ready to handle connections"
7272
timeout: 120
7373
-

0 commit comments

Comments
 (0)