From 25e6f8e5b4bb49c6855fa761d47d1adafe8326b5 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 14 Jul 2025 16:01:01 +0200 Subject: [PATCH] Update module code.forgejo.org/forgejo/act to v1.30.0 (release-notes) --- release-notes/8502.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 release-notes/8502.md diff --git a/release-notes/8502.md b/release-notes/8502.md new file mode 100644 index 0000000000..b7fa0fd892 --- /dev/null +++ b/release-notes/8502.md @@ -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).