Skip to content

Commit d9417c7

Browse files
committed
fix: set WORKER_URL in workflow
Worker URL was empty, causing curl requests to fail
1 parent 8b245c0 commit d9417c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Check Week settings for all PRs
3535
run: |
3636
prs='${{ steps.get-prs.outputs.prs }}'
37-
WORKER_URL=""
37+
WORKER_URL="https://dalestudy.daleseo.workers.dev"
3838
repo_owner="${{ github.repository_owner }}"
3939
repo_name="${{ github.event.repository.name }}"
4040

0 commit comments

Comments
 (0)