We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beee57d commit d2ad9a7Copy full SHA for d2ad9a7
.github/workflows/sync.yml
@@ -21,13 +21,14 @@ jobs:
21
22
- name: Update tooling versions
23
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"
+ # git config --local pull.ff only
+ # git config --local user.email "action@github.com"
+ # git config --local user.name "GitHub Action"
27
28
- git pull
29
- node ./dist/update.js
30
- git diff --quiet || git commit -a -m "Sync repository with latest tooling."
+ # git pull
+ # node ./dist/update.js
+ # git diff --quiet || git commit -a -m "Sync repository with latest tooling."
31
+ echo "Temporarily disabled"
32
33
- name: Push changes
34
uses: ad-m/github-push-action@master
0 commit comments