From cfb807712c6355d38cbef2c353cc27abc7d00d2d Mon Sep 17 00:00:00 2001
From: Andrea Amorosi <dreamorosi@gmail.com>
Date: Thu, 1 Feb 2024 12:23:13 +0100
Subject: [PATCH] chore(ci): fix workflow references

---
 .github/scripts/label_missing_acknowledgement_section.js | 2 +-
 .github/workflows/reusable_publish_docs.yml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/scripts/label_missing_acknowledgement_section.js b/.github/scripts/label_missing_acknowledgement_section.js
index 9b8e1b07f2..d066d8bf87 100644
--- a/.github/scripts/label_missing_acknowledgement_section.js
+++ b/.github/scripts/label_missing_acknowledgement_section.js
@@ -30,7 +30,7 @@ module.exports = async ({ github, context, core }) => {
     );
 
     const msg =
-      "No acknowledgement section found. Please make sure you used the template to open a PR and didn't remove the acknowledgment section. Check the template here: https://github.com/aws-powertools/powertools-lambda-python/blob/develop/.github/PULL_REQUEST_TEMPLATE.md#acknowledgment";
+      "No acknowledgement section found. Please make sure you used the template to open a PR and didn't remove the acknowledgment section. Check the template here: https://github.com/aws-powertools/powertools-lambda-typescript/blob/develop/.github/PULL_REQUEST_TEMPLATE.md#acknowledgment";
 
     await Promise.allSettled([
       github.rest.issues.createComment({
diff --git a/.github/workflows/reusable_publish_docs.yml b/.github/workflows/reusable_publish_docs.yml
index cc44046321..1733a9d2b9 100644
--- a/.github/workflows/reusable_publish_docs.yml
+++ b/.github/workflows/reusable_publish_docs.yml
@@ -39,7 +39,7 @@ permissions:
 
 jobs:
   publish_docs:
-    if: github.repository == 'aws-powertools/powertools-lambda-python'
+    if: github.repository == 'aws-powertools/powertools-lambda-typescript'
     # Force Github action to run only a single job at a time (based on the group name)
     # This is to prevent "race-condition" in publishing a new version of doc to `gh-pages`
     concurrency: