diff --git a/.github/sync-env-vars.sh b/.github/sync-env-vars.sh index 6595b59..0e8dc2b 100644 --- a/.github/sync-env-vars.sh +++ b/.github/sync-env-vars.sh @@ -11,6 +11,9 @@ fi REPOSITORY_NAME=$GITHUB_REPOSITORY REPOSITORY_NAME=${REPOSITORY_NAME//./-} +# Echo the repository name +echo "Repository name: $REPOSITORY_NAME" + # Make the API call to Cloudflare curl -X PUT \ "https://api.cloudflare.com/client/v4/accounts/${CLOUDFLARE_ACCOUNT_ID}/pages/projects/${REPOSITORY_NAME}/deployment_configs" \