From 1ff879266f658d3f159d3d9b2ac95f49bb420cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Mon, 28 Oct 2024 16:34:28 -0500 Subject: [PATCH] ci(update-flake-inputs): added encore in list of flake inputs to be automatically updated --- .github/workflows/update-flake-inputs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake-inputs.yml b/.github/workflows/update-flake-inputs.yml index 6c6d33e7..081d0c30 100644 --- a/.github/workflows/update-flake-inputs.yml +++ b/.github/workflows/update-flake-inputs.yml @@ -35,7 +35,7 @@ jobs: - id: update-flake-inputs name: Update flake inputs env: - flake_inputs: "agenix hyprland spicetify-nix nix-scripts zen-browser flake-utils nix-nostd" + flake_inputs: "agenix hyprland spicetify-nix nix-scripts zen-browser encore flake-utils nix-nostd" run: | pr_title="$(.github/scripts/update-flake-inputs/index.ts ${{ env.flake_inputs }})" echo "pr_title=$pr_title" >> "$GITHUB_OUTPUT"