We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae1b2a commit 24d60aaCopy full SHA for 24d60aa
.github/workflows/run-configlet-sync.yml
@@ -0,0 +1,10 @@
1
+name: Run Configlet Sync
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: '0 0 15 * *'
7
8
+jobs:
9
+ call-gha-workflow:
10
+ uses: exercism/github-actions/.github/workflows/configlet-sync.yml@main
0 commit comments