mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-07-24 12:09:39 +02:00
Update module code.forgejo.org/forgejo/act to v1.30.0 (release-notes)
This commit is contained in:
parent
ba485ca3c3
commit
25e6f8e5b4
1 changed files with 1 additions and 0 deletions
1
release-notes/8502.md
Normal file
1
release-notes/8502.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Forgejo Actions workflows are verified with a YAML schema and common errors such as using an incorrect context (e.g. `${{ badcontext.FORGEJO_REPOSITORY }}`) or a typo in a required keyword (e.g. `ruins-on:` instead of `runs-on:`) will be reported in the action page and the web page that displays the file in the repository. It is recommended to verify existing workflows are successfully verified prior to upgrading, [as explained in the Forgejo runner release notes](https://code.forgejo.org/forgejo/runner/src/branch/main/RELEASE-NOTES.md#8-0-0).
|
Loading…
Add table
Add a link
Reference in a new issue