From 30b629a2b9acfa164dd13dc84acc22e9363d9371 Mon Sep 17 00:00:00 2001 From: Kshitij Raj Sharma <36752999+kshitijrajsharma@users.noreply.github.com> Date: Fri, 29 Mar 2024 11:20:12 +0545 Subject: [PATCH] Update daily.yml --- .github/workflows/daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 79cd734..f806bba 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -50,6 +50,6 @@ jobs: - name: Shoot daily projects run: python tm_extractor.py --fetch-active-projects ${{ steps.project_hours.outputs.value }} env: - RAW_DATA_API_BASE_URL: ${{ github.event.inputs.raw_data_api_url || "https://api-prod.raw-data.hotosm.org/v1" }} + RAW_DATA_API_BASE_URL: ${{ github.event.inputs.raw_data_api_url || 'https://api-prod.raw-data.hotosm.org/v1' }} RAWDATA_API_AUTH_TOKEN: ${{ github.event.inputs.raw_data_api_auth_token || secrets.RAWDATA_API_AUTH_TOKEN }} TASKING_MANAGER_API_KEY: ${{ github.event.inputs.tasking_manager_api_key || 'None' }}