From ec36825220e7661fb585f618cdd518885dda8e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Krzemi=C5=84ski?= <3110813+krzema12@users.noreply.github.com> Date: Fri, 15 May 2026 23:44:27 +0200 Subject: [PATCH 1/3] Fix metadata file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b912a53..6f43cef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # GitHub Actions Typing Catalog +test This repository contains type definitions for various GitHub Actions APIs (inputs and outputs). It's best for action owners to provide the typings themselves and host them from within their repositories (see From 3fbfe661712c2eb5fc4125f54abd934e5d26fbcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 21:46:01 +0000 Subject: [PATCH 2/3] Update metadata for commit ec36825220e7661fb585f618cdd518885dda8e15 --- typings/actions/stale/metadata.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/typings/actions/stale/metadata.yml b/typings/actions/stale/metadata.yml index 8c86298..b7e6d95 100644 --- a/typings/actions/stale/metadata.yml +++ b/typings/actions/stale/metadata.yml @@ -1,5 +1,4 @@ "versionsWithTypings": -- "v4" - "v5" - "v6" - "v7" From eb2f5d53242f96935b32ec6361700acdb00f0931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Krzemi=C5=84ski?= <3110813+krzema12@users.noreply.github.com> Date: Fri, 15 May 2026 23:46:24 +0200 Subject: [PATCH 3/3] Remove test line from README Removed test line from README. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6f43cef..b912a53 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # GitHub Actions Typing Catalog -test This repository contains type definitions for various GitHub Actions APIs (inputs and outputs). It's best for action owners to provide the typings themselves and host them from within their repositories (see