Skip to content

Commit d2ad9a7

Browse files
Temporarily disable fetching new versions
1 parent beee57d commit d2ad9a7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/sync.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ jobs:
2121

2222
- name: Update tooling versions
2323
run: |
24-
git config --local pull.ff only
25-
git config --local user.email "action@github.com"
26-
git config --local user.name "GitHub Action"
24+
# git config --local pull.ff only
25+
# git config --local user.email "action@github.com"
26+
# git config --local user.name "GitHub Action"
2727
28-
git pull
29-
node ./dist/update.js
30-
git diff --quiet || git commit -a -m "Sync repository with latest tooling."
28+
# git pull
29+
# node ./dist/update.js
30+
# git diff --quiet || git commit -a -m "Sync repository with latest tooling."
31+
echo "Temporarily disabled"
3132
3233
- name: Push changes
3334
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)