diff --git a/.github/workflows/deploy-feature-branch.yml b/.github/workflows/deploy-feature-branch.yml index 5567a0a04..764c90c83 100644 --- a/.github/workflows/deploy-feature-branch.yml +++ b/.github/workflows/deploy-feature-branch.yml @@ -30,6 +30,6 @@ jobs: npm run deploy:feature:stack -- -c env=stg -c customFeatureName=enhancedApp-stg-${{github.head_ref}} auto-builder-stack-enhancedApp-stg-${{github.head_ref}}-worker npm run deploy:feature:stack -- -c env=stg -c customFeatureName=enhancedApp-stg-${{github.head_ref}} auto-builder-stack-enhancedApp-stg-${{github.head_ref}}-webhooks --outputs-file outputs.json - name: Get Webhook URL - uses: mongodb/docs-worker-actions/comment-pr@DOP-4003 # TODO: change branch from feature to main + uses: mongodb/docs-worker-actions/comment-pr@main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/api/controllers/v2/github.ts b/api/controllers/v2/github.ts index 4097898d9..ccb205f6e 100644 --- a/api/controllers/v2/github.ts +++ b/api/controllers/v2/github.ts @@ -59,7 +59,6 @@ async function prepGithubPushPayload( } export const TriggerBuild = async (event: APIGatewayEvent): Promise => { - console.log('testing againsssss'); const client = new mongodb.MongoClient(c.get('dbUrl')); await client.connect(); const db = client.db(c.get('dbName'));