From 654b1026ddfd76bfe65b5a7de0646eb9621eebb2 Mon Sep 17 00:00:00 2001 From: Mujahid Khan <106528609+mujahidkay@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:42:52 +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 07145f4cd..418cf0eb0 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