From 13cd95f791ee44b8eae403f47ad283056f6de6ef Mon Sep 17 00:00:00 2001 From: aaronschweig Date: Thu, 6 Mar 2025 13:43:01 +0100 Subject: [PATCH 1/2] ci: add prefix to workflows --- .github/workflows/config-prettier.yaml | 1 + .github/workflows/eslint-config-typescript.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/config-prettier.yaml b/.github/workflows/config-prettier.yaml index 693591d..2b73249 100644 --- a/.github/workflows/config-prettier.yaml +++ b/.github/workflows/config-prettier.yaml @@ -23,3 +23,4 @@ jobs: secrets: inherit with: workingDirectory: "config-prettier" + prefix: "config-prettier" diff --git a/.github/workflows/eslint-config-typescript.yaml b/.github/workflows/eslint-config-typescript.yaml index d76ea95..6976694 100644 --- a/.github/workflows/eslint-config-typescript.yaml +++ b/.github/workflows/eslint-config-typescript.yaml @@ -23,3 +23,4 @@ jobs: secrets: inherit with: workingDirectory: "eslint-config-typescript" + prefix: "eslint-config-typescript" From 8415b38b68adb6f0b21f605dc669497eb667789c Mon Sep 17 00:00:00 2001 From: aaronschweig Date: Thu, 6 Mar 2025 13:43:57 +0100 Subject: [PATCH 2/2] fix: use correct prefix --- .github/workflows/config-prettier.yaml | 2 +- .github/workflows/eslint-config-typescript.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/config-prettier.yaml b/.github/workflows/config-prettier.yaml index 2b73249..67e59b5 100644 --- a/.github/workflows/config-prettier.yaml +++ b/.github/workflows/config-prettier.yaml @@ -23,4 +23,4 @@ jobs: secrets: inherit with: workingDirectory: "config-prettier" - prefix: "config-prettier" + prefix: "config-prettier/" diff --git a/.github/workflows/eslint-config-typescript.yaml b/.github/workflows/eslint-config-typescript.yaml index 6976694..7cd1256 100644 --- a/.github/workflows/eslint-config-typescript.yaml +++ b/.github/workflows/eslint-config-typescript.yaml @@ -23,4 +23,4 @@ jobs: secrets: inherit with: workingDirectory: "eslint-config-typescript" - prefix: "eslint-config-typescript" + prefix: "eslint-config-typescript/"