Summary:
Closes #785
This pull request includes a small change to the .github/workflows/validator-update.yml file. The change corrects the queue name format and adds a location variable to the gcloud tasks create-http-task command.
Corrected queue name format from update_validation_report_task_queue to update-validation-report-task-queue.
Added --location parameter to the gcloud tasks create-http-task command.
Summary: Closes #785 This pull request includes a small change to the
.github/workflows/validator-update.yml
file. The change corrects the queue name format and adds a location variable to thegcloud tasks create-http-task
command.update_validation_report_task_queue
toupdate-validation-report-task-queue
.--location
parameter to thegcloud tasks create-http-task
command.Expected behavior: The task queue is successfully created. Example for this action run: update-validation-report-task-queue
Please make sure these boxes are checked before submitting your pull request - thanks!
./scripts/api-tests.sh
to make sure you didn't break anything