From 6830583de087f8ccc880cfed1cf11b4ec7040a1d Mon Sep 17 00:00:00 2001 From: fabianosan Date: Mon, 11 Nov 2024 17:36:25 -0300 Subject: [PATCH] =?UTF-8?q?Teste=20de=20release=20autom=C3=A1tico?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- lambda_functions/lambda_function.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41589b4..6249208 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - fetch-depth: 5 + fetch-depth: 0 # Verifica se houve mudanças dentro de lambda_functions - name: Check changes in lambda_functions diff --git a/lambda_functions/lambda_function.py b/lambda_functions/lambda_function.py index 5aaab00..6b3f2f6 100644 --- a/lambda_functions/lambda_function.py +++ b/lambda_functions/lambda_function.py @@ -338,5 +338,4 @@ def handle(self, handler_input, exception): sb.add_request_handler(CancelOrStopIntentHandler()) sb.add_request_handler(SessionEndedRequestHandler()) sb.add_exception_handler(CatchAllExceptionHandler()) - lambda_handler = sb.lambda_handler() \ No newline at end of file