1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-06 17:40:58 +00:00

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 <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-07-12 09:32:10 +00:00 committed by earl-warren
parent 39d9bc5e5f
commit ec05ed930f
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201

View file

@ -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