Skip to content

fredsystems/flake-dep-info-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

flake-dep-info-action

Access the fields of flake.lock as outputs in a GitHub action step.

Inputs

inputs:
  input:
    required: true
    description: "The flake input whose data you want to access"
  lockfile:
    required: false
    description: "The path to the flake lock file containing locked dependencies"
    default: "flake.lock"
  short-rev-length:
    required: false
    description: "The length of the short-rev output"
    default: "8"

Outputs

outputs:
  owner:
    description: "The owner of the repository"
  repo:
    description: "The repository"
  rev:
    description: "Git revision of the dependency"
  short-rev:
    description: "Short git revision"

About

Access flake input information.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 39.4%
  • Nix 34.7%
  • TypeScript 25.4%
  • Shell 0.5%