Skip to content

Commit cde09e5

Browse files
authored
chore(ci): fix workflow references (#2001)
1 parent 2b179f7 commit cde09e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/label_missing_acknowledgement_section.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = async ({ github, context, core }) => {
3030
);
3131

3232
const msg =
33-
"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";
33+
"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";
3434

3535
await Promise.allSettled([
3636
github.rest.issues.createComment({

.github/workflows/reusable_publish_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions:
3939

4040
jobs:
4141
publish_docs:
42-
if: github.repository == 'aws-powertools/powertools-lambda-python'
42+
if: github.repository == 'aws-powertools/powertools-lambda-typescript'
4343
# Force Github action to run only a single job at a time (based on the group name)
4444
# This is to prevent "race-condition" in publishing a new version of doc to `gh-pages`
4545
concurrency:

0 commit comments

Comments
 (0)