Remove trailing space

This commit is contained in:
Paul Brinkmeier 2026-05-02 18:20:37 +02:00
parent 072ee12197
commit 710b63045f

View File

@ -22,7 +22,7 @@ jobs:
if [ ! -f ~/.nix-profile/etc/profile.d/nix.sh ]; then if [ ! -f ~/.nix-profile/etc/profile.d/nix.sh ]; then
curl -L https://nixos.org/nix/install | bash -s -- --no-daemon curl -L https://nixos.org/nix/install | bash -s -- --no-daemon
fi fi
. ~/.nix-profile/etc/profile.d/nix.sh . ~/.nix-profile/etc/profile.d/nix.sh
env >> "$GITHUB_ENV" env >> "$GITHUB_ENV"
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4