Skip to content

Commit 648fbaf

Browse files
committed
ci(fix): push origin
1 parent 439d9be commit 648fbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
DEBUG="ua*" node bin/update.js
3434
git add src/index.json src/desktop.json src/mobile.json
3535
git diff-index --quiet HEAD || git commit -m 'build(update): user agents' --no-verify
36-
git push origin ${{ github.head_ref }} || true
36+
git push || true
3737
curl -fsS -m 10 --retry 5 -o /dev/null https://hc-ping.com/2345b25e-fe7d-4efd-b085-5886e6c85cc7
3838
flush:
3939
needs: [update]

0 commit comments

Comments
 (0)