Skip to content

Commit 3b40b16

Browse files
authored
Merge pull request #1237 from Agoric/logs-fetcher-debug
ci: update cf pages user agent name
2 parents 54b346b + 654b102 commit 3b40b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cf-logs-fetcher.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [created, edited]
55
jobs:
66
fetch_comment_log:
7-
if: ${{ (github.event.issue.pull_request) && (github.event.comment.user.login == 'cloudflare-pages[bot]' ) }}
7+
if: ${{ (github.event.issue.pull_request) && (github.event.comment.user.login == 'cloudflare-workers-and-pages[bot]' ) }}
88
runs-on: [ubuntu-latest]
99
steps:
1010
- name: Fetch & Print The Deployment Logs

0 commit comments

Comments
 (0)