diff --git a/.gitea/workflows/shellcheck.yml b/.gitea/workflows/shellcheck.yml index 180ee2b..ab49096 100644 --- a/.gitea/workflows/shellcheck.yml +++ b/.gitea/workflows/shellcheck.yml @@ -29,7 +29,7 @@ on: jobs: shellcheck: name: Shell syntax checker - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest permissions: contents: read steps: diff --git a/README.md b/README.md index 1ea249f..95da960 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NGINX Configs -[![ShellCheck](https://git.conorz.at/titanz/NGINX-Configs/actions/workflows/shellcheck.yml/badge.svg)](https://git.conorz.at/titanz/NGINX-Configs/actions/workflows/shellcheck.yml) +[![ShellCheck](https://git.conorz.at/titanz/NGINX-Configs/actions/workflows/shellcheck.yml/badge.svg)](https://git.conorz.at/titanz/NGINX-Configs/actions?workflow=shellcheck.yml) These are my NGINX configurations. They are written for `nginx-core` with `nginx-mod-stream` on Fedora and mainline NGINX on RHEL.