actions/checkout: remove unused input types

The two as-at inputs, were not boolean anymore, but GHA didn't complain.
Input types are actually not a thing for composite actions - they are
only documented for callable workflows.

(cherry picked from commit f01b6b4754)
This commit is contained in:
Wolfgang Walther
2025-08-20 18:52:20 +02:00
committed by github-actions[bot]
parent 599c6c4e7f
commit 1d5b0b9e95

View File

@@ -5,13 +5,10 @@ description: 'Checkout into trusted / untrusted / pinned folders consistently.'
inputs:
merged-as-untrusted-at:
description: "Whether and which SHA to checkout for the merge commit in the ./untrusted folder."
type: boolean
pinned-from:
description: "Whether to checkout the pinned nixpkgs for CI and from where (trusted, untrusted)."
type: string
target-as-trusted-at:
description: "Whether and which SHA to checkout for the target commit in the ./trusted folder."
type: boolean
runs:
using: composite