We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b7d22 commit 9be345fCopy full SHA for 9be345f
.github/sync-files.yaml
@@ -23,6 +23,7 @@
23
- source: .github/workflows/spell-check-differential.yaml
24
dest: .github/workflows/spell-check-daily.yaml
25
pre-commands: |
26
+ sd "spell-check-differential" "spell-check-daily" {source}
27
sd " with:\n" " with:\n local-cspell-json: .cspell.json\n incremental-files-only: false\n" {source}
28
sd "on:\n pull_request:\n" "on:\n schedule:\n - cron: 0 0 * * *\n workflow_dispatch:\n" {source}
29
- source: .github/workflows/sync-files.yaml
0 commit comments