Skip to content

Commit 28cad69

Browse files
Merge branch 'main' into sh/packageVersionInstall
2 parents baa6e62 + 1473a56 commit 28cad69

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/devScripts.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)