From 80a63947cbe326b4f0a67cff692c07afc080ddb2 Mon Sep 17 00:00:00 2001 From: Mujahid Khan <106528609+mujahidkay@users.noreply.github.com> Date: Sat, 12 Oct 2024 21:50:56 +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 b5db875..6fba784 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