File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,11 @@ jobs:
18
18
EXECUTE_COMMANDS : |
19
19
rm -rdf .github/workflows/.tmp
20
20
mkdir -p .github/workflows/.tmp
21
- cp -f .github/workflows/sync-workflows.yml .github/workflows/.tmp/ > /dev/null 2>&1 || :
22
- rm -f .github/workflows/*.yml
23
21
git clone --depth=1 https://github.com/technote-space/github-actions-workflows.git .github/workflows/.tmp/workflows
24
- cp .github/workflows/.tmp/workflows/ts-repo/*.yml .github/workflows/
25
- cp -f .github/workflows/.tmp/sync-workflows.yml .github/workflows/sync-workflows.yml > /dev/null 2>&1 || :
26
- sed -i 's/cron:.\+$/cron: 0 17 * * */' .github/workflows/update-dependencies.yml
22
+
23
+ bash .github/workflows/.tmp/workflows/ts-repo/copy.sh release
24
+ sed -i 's/cron:.\+$/cron: 0 9 * * 2,5/' .github/workflows/update-dependencies.yml
25
+
27
26
rm -rdf .github/workflows/.tmp
28
27
COMMIT_MESSAGE : ' chore: sync workflows'
29
28
PR_BRANCH_PREFIX : chore/
You can’t perform that action at this time.
0 commit comments