Skip to content

Commit

Permalink
ci(update-flake-inputs): added encore in list of flake inputs to be a…
Browse files Browse the repository at this point in the history
…utomatically updated
  • Loading branch information
luisnquin committed Oct 28, 2024
1 parent 7f82961 commit 1ff8792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1ff8792

Please sign in to comment.