Add funny hack to enable logpush personally
This commit is contained in:
parent
050986e930
commit
3c30c7f45e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/cloudflare-workers.yml
vendored
2
.github/workflows/cloudflare-workers.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue