Skip to content

Commit f1a8ac7

Browse files
committedNov 6, 2024··
fix: adding location
1 parent 87c901d commit f1a8ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/validator-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create task to run cloud function
3333
run: |
3434
gcloud tasks create-http-task \
35-
--queue=update_validation_report_task_queue \
35+
--queue=update-validation-report-task-queue \
3636
--url=https://${ENVIRONMENT}-${PROJECT_ID}.cloudfunctions.net/update-validation-report \
3737
--schedule-time=$(date -u -d "+24 hours" +%Y-%m-%dT%H:%M:%SZ) \
3838
--oidc-service-account-email=${DEPLOYER_SERVICE_ACCOUNT} \

0 commit comments

Comments
 (0)
Please sign in to comment.