Skip to content

Commit

Permalink
Merge pull request #141 from Agoric/fix-logs-fetcher
Browse files Browse the repository at this point in the history
ci: update cf pages user agent name
  • Loading branch information
mujahidkay authored Oct 12, 2024
2 parents a337e43 + 80a6394 commit 7b748a5
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 7b748a5

Please sign in to comment.