Skip to content

Commit

Permalink
fix(actions): wrap cron with quotes for clarity (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 16, 2021
1 parent 501421b commit 1ee02f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: npm audit fix

on:
schedule:
- cron: 0 0 * * *
- cron: "0 0 * * *"
workflow_dispatch:
branches: ["**"]

Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/init.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ exports[`write ".github/workflows/npm-audit-fix.yml" 1`] = `
on:
schedule:
- cron: 0 0 * * *
- cron: \\"0 0 * * *\\"
workflow_dispatch:
branches: [\\"**\\"]
Expand Down

0 comments on commit 1ee02f5

Please sign in to comment.