Skip to content

Commit

Permalink
ci: update cf pages user agent name
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Oct 12, 2024
1 parent a337e43 commit 80a6394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cf-logs-fetcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80a6394

Please sign in to comment.