From 5bc0a926ec0c0b4d3c427f818b2008ce7d49d6b1 Mon Sep 17 00:00:00 2001 From: Flook Peter Date: Mon, 24 Jun 2024 19:56:51 +0800 Subject: [PATCH] Use file.yaml in CI test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25526bf6f..a3125fc8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: id: test-action uses: ./ with: - milliseconds: 1000 + configuration-file: example/file.yaml - name: Print Output id: output