We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc84e0 commit 5965e1cCopy full SHA for 5965e1c
.github/workflows/sync.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
PUSH_FREQ: ${{ inputs.push_freq || 5 }}
35
run: |
36
- wget https://github.com/cdnjs/tools/releases/download/ccdcd747fe302d8ee86c191a2c2762a6a938188b9/git-sync
+ wget https://github.com/cdnjs/tools/releases/download/ccedb06b7bbe3d3db7964f5c54560b372c1a8bc13/git-sync
37
chmod +x ./git-sync
38
cd cdnjs
39
git config user.name robocdnjs
0 commit comments