Skip to content

Commit 92a9c3c

Browse files
committed
Add descriptive step name
1 parent c7145ea commit 92a9c3c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/worker-build-logs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
name: Cloudflare Worker Build
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: withastro/workers-builds-log-action@v1
13+
- name: Stream Workers Builds Logs
14+
uses: withastro/workers-builds-log-action@v1
1415
with:
1516
api-token: ${{ secrets.CF_BUILDS_API_TOKEN }}
1617
account-id: ${{ secrets.CF_ACCOUNT_ID }}

0 commit comments

Comments
 (0)