From ec05ed930f17c9cb0e22c82ef8ee5327baa5fc7d Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 12 Jul 2025 09:32:10 +0000 Subject: [PATCH] chore(release-notes): bash fallback to sh if it is not available (#691) Refs forgejo/runner#150 Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/691 Co-authored-by: Earl Warren Co-committed-by: Earl Warren --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b385e843..17b47f14 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,6 +4,7 @@ * Breaking change: workflows files go through a [schema validation](https://code.forgejo.org/forgejo/act/pulls/170) and will not run if they do not pass. Some existing workflows may have syntax errors that did not prevent them from running with versions 7.0.0 and below but they will no longer work with versions 8.0.0 and above. If the error is not immediately obvious, please file an issue with a copy of the failed workflow and revert to using version 7.0.0 until it is resolved. * [secrets that contain multiple lines are masked from the output](https://code.forgejo.org/forgejo/runner/pulls/661). +* [bash fallback to sh if it is not available](https://code.forgejo.org/forgejo/runner/issues/150). ## 7.0.0