We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96a7b48 + 546daa0 commit 014c731Copy full SHA for 014c731
.github/workflows/cf-logs-fetcher.yml
@@ -4,7 +4,7 @@ on:
4
types: [created, edited]
5
jobs:
6
fetch_comment_log:
7
- 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]' ) }}
8
runs-on: [ubuntu-latest]
9
steps:
10
- name: Fetch & Print The Deployment Logs
0 commit comments