Skip to content

Commit efd51d9

Browse files
chore: sync workflow
1 parent 58e57c5 commit efd51d9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/sync-workflows.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ jobs:
1818
EXECUTE_COMMANDS: |
1919
rm -rdf .github/workflows/.tmp
2020
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
2321
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+
2726
rm -rdf .github/workflows/.tmp
2827
COMMIT_MESSAGE: 'chore: sync workflows'
2928
PR_BRANCH_PREFIX: chore/

0 commit comments

Comments
 (0)