We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54b346b + 654b102 commit 3b40b16Copy full SHA for 3b40b16
.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