Skip to content

Commit 014c731

Browse files
authored
Merge pull request #168 from Agoric/fix-logs-fetcher
ci: update cf pages user agent name
2 parents 96a7b48 + 546daa0 commit 014c731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)