From 2f88085da588d34286bc9a24e288de204f141243 Mon Sep 17 00:00:00 2001 From: "S.S" <66886825+EarlMilktea@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:01:53 +0900 Subject: [PATCH] Github Action: Directly install from repo if `export-subst` is skipped (#4313) --- CHANGES.md | 2 ++ action/main.py | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 83120be9422..bfd433a8c07 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -46,6 +46,8 @@ +- Github Action now works even when `git archive` is skipped (#4313) + ### Documentation