cpcloud / flake-update-action

A GitHub action to automatically update nix flake dependencies
Apache License 2.0
16 stars 1 forks source link

Error: Action failed with error: Error: Input required and not supplied: owner #285

Open bbigras opened 4 months ago

bbigras commented 4 months ago
{
    lix = {
      url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";
      flake = false;
    };
    lix-module = {
      url = "git+https://git.lix.systems/lix-project/nixos-module";
      inputs.lix.follows = "lix";
      inputs.nixpkgs.follows = "nixpkgs";
    };
}
Run cpcloud/flake-update-action@v2.0.1
Run cpcloud/flake-dep-info-action@v2.0.11
Run nix flake lock --update-input lix-module
warning: '--update-input' is a deprecated alias for 'flake update' and will be removed in a future version.

warning: updating lock file '/home/runner/work/nix-config/nix-config/flake.lock':
• Updated input 'lix-module':
    'git+https://git.lix.systems/lix-project/nixos-module?ref=refs/heads/main&rev=d15ff50703ea83b595249eb3e67d2e668235d5a6' (2024-05-08)
  → 'git+https://git.lix.systems/lix-project/nixos-module?ref=refs/heads/main&rev=c8ab1e79ba0140bc75731c75177242089506260b' (2024-05-09)
warning: Git tree '/home/runner/work/nix-config/nix-config' is dirty
Run cpcloud/flake-dep-info-action@v2.0.11
Run cpcloud/compare-commits-action@v5.0.37
Error: Action failed with error: Error: Input required and not supplied: owner
lf- commented 4 months ago

this is plausibly also busted for flakehub (Link rel=immutable)/tarball inputs, in particular, https://git.lix.systems/lix-project/lix/archive/main.tar.gz