From 95e7169e05c75601f01cdbff705cf293858ced2f Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Mon, 29 Nov 2021 10:53:29 -0800 Subject: [PATCH] fix quote --- .github/workflows/docker-detection-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-detection-testing.yml b/.github/workflows/docker-detection-testing.yml index 3c7ea6985d..8b6fa0a1f7 100644 --- a/.github/workflows/docker-detection-testing.yml +++ b/.github/workflows/docker-detection-testing.yml @@ -1,7 +1,7 @@ name: docker-detection-testing on: schedule: - - cron: '55 * * * *'' + - cron: '55 * * * *' jobs: validate-tag-if-present: