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 439d9be commit 648fbafCopy full SHA for 648fbaf
.github/workflows/cron.yml
@@ -33,7 +33,7 @@ jobs:
33
DEBUG="ua*" node bin/update.js
34
git add src/index.json src/desktop.json src/mobile.json
35
git diff-index --quiet HEAD || git commit -m 'build(update): user agents' --no-verify
36
- git push origin ${{ github.head_ref }} || true
+ git push || true
37
curl -fsS -m 10 --retry 5 -o /dev/null https://hc-ping.com/2345b25e-fe7d-4efd-b085-5886e6c85cc7
38
flush:
39
needs: [update]
0 commit comments