Skip to content

Commit

Permalink
Merge pull request #1237 from Agoric/logs-fetcher-debug
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 54b346b + 654b102 commit 3b40b16
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 3b40b16

Please sign in to comment.