diff --git a/README.md b/README.md index 15ae7f0..771cb07 100644 --- a/README.md +++ b/README.md @@ -209,9 +209,9 @@ The `DeterminateSystems/ci` workflow provides a number of outputs that you can u | Output | Description | Example | | :------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `flake_name` | The name of the flake | `DeterminateSystems/flakehub-push` | -| `flake_version` | The version of the published flake | `0.1.99+rev-2075013a3f3544d45a96f4b35df4ed03cd53779c` | -| `flakeref_exact` | A precise flake reference that always resolves to this to this exact release. | `DeterminateSystems/flakehub-push/=0.1.99+rev-2075013a3f3544d45a96f4b35df4ed03cd53779c` | -| `flakeref_at_least` | A loose reference to this release. Depending on this reference will require at least this version, and will also resolve to newer releases. This output is not sufficient for deployment pipelines, use flake_exact instead. | ``DeterminateSystems/flakehub-push/0.1.99+rev-2075013a3f3544d45a96f4b35df4ed03cd53779c` | +| `flake_version` | The version of the published flake | `0.1.99+rev-2075013a3f35...` | +| `flakeref_exact` | A precise flake reference that always resolves to this to this exact release. | `DeterminateSystems/flakehub-push/=0.1.99+rev-2075013a3f3...` | +| `flakeref_at_least` | A loose reference to this release. Depending on this reference will require at least this version, and will also resolve to newer releases. This output is not sufficient for deployment pipelines, use flake_exact instead. | `DeterminateSystems/flakehub-push/0.1.99+rev-2075013a3f35...` | ## Notes