Add funny hack to enable logpush personally

This commit is contained in:
Erisa A 2022-12-25 10:02:32 +00:00 committed by GitHub
parent 050986e930
commit 3c30c7f45e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@ jobs:
name: Deploy
steps:
- uses: actions/checkout@v3
- name: Enable logpush
run: echo "logpush = true" >> wrangler.toml
- name: Publish
uses: cloudflare/wrangler-action@2.0.0
with: