1
0
Fork 0
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:
Earl Warren 2025-07-14 16:01:01 +02:00
parent ba485ca3c3
commit 25e6f8e5b4
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

1
release-notes/8502.md Normal file
View 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).