From 546daa009856a7ac498aa20a9c955f5baadf4681 Mon Sep 17 00:00:00 2001 From: Mujahid Khan <106528609+mujahidkay@users.noreply.github.com> Date: Sat, 12 Oct 2024 22:14:24 +0500 Subject: [PATCH] ci: update cf pages user agent name --- .github/workflows/cf-logs-fetcher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cf-logs-fetcher.yml b/.github/workflows/cf-logs-fetcher.yml index 4ae93a8..5cf6a7b 100644 --- a/.github/workflows/cf-logs-fetcher.yml +++ b/.github/workflows/cf-logs-fetcher.yml @@ -4,7 +4,7 @@ on: types: [created, edited] jobs: fetch_comment_log: - if: ${{ (github.event.issue.pull_request) && (github.event.comment.user.login == 'cloudflare-pages[bot]' ) }} + if: ${{ (github.event.issue.pull_request) && (github.event.comment.user.login == 'cloudflare-workers-and-pages[bot]' ) }} runs-on: [ubuntu-latest] steps: - name: Fetch & Print The Deployment Logs