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:
parent
39d9bc5e5f
commit
ec05ed930f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue