From 1605bdd7e3aa1145095493297f1991d0073f3663 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Fri, 5 Apr 2024 09:15:15 +0200 Subject: [PATCH] packages/generate: update contrast-docs Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- .github/workflows/static.yml | 6 +++--- packages/scripts.nix | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 7738131de..3fa7b4012 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -39,9 +39,9 @@ jobs: - name: Check for modifications, commit changes on renovate PRs uses: ./.github/actions/pushdiff with: - error: Go source needs to be updated, check the GitHub run summary for the diff. - suggested-fix: Run \`nix run .#scripts.generate\` to generate and tidy Go code. - renovate-commit-msg: "fixup: update Go source" + error: Generated code needs to be updated, check the GitHub run summary for the diff. + suggested-fix: Run \`nix run .#scripts.generate\` to run code generation. + renovate-commit-msg: "fixup: update generated code" govulncheck: runs-on: ubuntu-22.04 diff --git a/packages/scripts.nix b/packages/scripts.nix index c4b93b1e0..78328bc2f 100644 --- a/packages/scripts.nix +++ b/packages/scripts.nix @@ -33,6 +33,9 @@ with pkgs; # of the builder. nix-update --version=skip --flake legacyPackages.x86_64-linux.contrast.cli nix-update --version=skip --flake legacyPackages.x86_64-linux.service-mesh + nix-update --version=skip --flake \ + --override-filename=packages/by-name/contrast-docs/package.nix \ + legacyPackages.x86_64-linux.contrast-docs ''; };