We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents baa6e62 + 1473a56 commit 28cad69Copy full SHA for 28cad69
.github/workflows/devScripts.yml
@@ -0,0 +1,10 @@
1
+name: devScripts
2
+on:
3
+ workflow_dispatch:
4
+ schedule:
5
+ - cron: '50 6 * * 0'
6
+
7
+jobs:
8
+ update:
9
+ uses: salesforcecli/github-workflows/.github/workflows/devScriptsUpdate.yml@main
10
+ secrets: inherit
0 commit comments