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 c7145ea commit 92a9c3cCopy full SHA for 92a9c3c
1 file changed
.github/workflows/worker-build-logs.yml
@@ -10,7 +10,8 @@ jobs:
10
name: Cloudflare Worker Build
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: withastro/workers-builds-log-action@v1
+ - name: Stream Workers Builds Logs
14
+ uses: withastro/workers-builds-log-action@v1
15
with:
16
api-token: ${{ secrets.CF_BUILDS_API_TOKEN }}
17
account-id: ${{ secrets.CF_ACCOUNT_ID }}
0 commit comments