File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 gcloud scheduler jobs update http ${{ env.JOB_NAME }} \
134134 --location=${{ env.PROJECT_REGION }} \
135135 --schedule="* * * * *" \
136- --uri="https://${{ env.PROJECT_REGION }}-run.googleapis.com/v1 /projects/${{ env.PROJECT_ID }}/locations/${{ env.PROJECT_REGION }}/jobs/${{ env.JOB_NAME }}:run" \
136+ --uri="https://${{ env.PROJECT_REGION }}-run.googleapis.com/v2 /projects/${{ env.PROJECT_ID }}/locations/${{ env.PROJECT_REGION }}/jobs/${{ env.JOB_NAME }}:run" \
137137 --http-method=POST \
138138 --oidc-service-account-email=${{ vars.GCP_SA_EMAIL }}
139139 else
@@ -142,7 +142,7 @@ jobs:
142142 --location=${{ env.PROJECT_REGION }} \
143143 --schedule="* * * * *" \
144144 --time-zone="America/Argentina/Buenos_Aires" \
145- --uri="https://${{ env.PROJECT_REGION }}-run.googleapis.com/v1 /projects/${{ env.PROJECT_ID }}/locations/${{ env.PROJECT_REGION }}/jobs/${{ env.JOB_NAME }}:run" \
145+ --uri="https://${{ env.PROJECT_REGION }}-run.googleapis.com/v2 /projects/${{ env.PROJECT_ID }}/locations/${{ env.PROJECT_REGION }}/jobs/${{ env.JOB_NAME }}:run" \
146146 --http-method=POST \
147147 --oidc-service-account-email=${{ vars.GCP_SA_EMAIL }}
148148 fi
You can’t perform that action at this time.
0 commit comments