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.
1 parent 8b245c0 commit d9417c7Copy full SHA for d9417c7
.github/workflows/check-prs.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Check Week settings for all PRs
35
run: |
36
prs='${{ steps.get-prs.outputs.prs }}'
37
- WORKER_URL=""
+ WORKER_URL="https://dalestudy.daleseo.workers.dev"
38
repo_owner="${{ github.repository_owner }}"
39
repo_name="${{ github.event.repository.name }}"
40
0 commit comments