From 1ee02f543f6f98ff6842997fc54ed0440a61f57c Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Fri, 16 Apr 2021 21:06:16 +0900 Subject: [PATCH] fix(actions): wrap `cron` with quotes for clarity (#932) --- .github/workflows/npm-audit-fix.yml | 2 +- test/__snapshots__/init.test.js.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index f9b28b4d..c2f1b5f9 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -2,7 +2,7 @@ name: npm audit fix on: schedule: - - cron: 0 0 * * * + - cron: "0 0 * * *" workflow_dispatch: branches: ["**"] diff --git a/test/__snapshots__/init.test.js.snap b/test/__snapshots__/init.test.js.snap index d0dc0c13..4aa4872b 100644 --- a/test/__snapshots__/init.test.js.snap +++ b/test/__snapshots__/init.test.js.snap @@ -168,7 +168,7 @@ exports[`write ".github/workflows/npm-audit-fix.yml" 1`] = ` on: schedule: - - cron: 0 0 * * * + - cron: \\"0 0 * * *\\" workflow_dispatch: branches: [\\"**\\"]