From c25dd6c655c0ce5d605ba255c9dde53fd1c9ec59 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Fri, 22 Aug 2025 17:30:44 +0100 Subject: [PATCH] actions/checkout: update input descriptions In fb32eb0f296812da443357eafaa350031de431d7 we moved the checked-out worktrees into a `nixpkgs` directory. Update the input descriptions to reflect this. --- .github/actions/checkout/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/checkout/action.yml b/.github/actions/checkout/action.yml index 868d832bf8f3..6009cd121c1e 100644 --- a/.github/actions/checkout/action.yml +++ b/.github/actions/checkout/action.yml @@ -4,9 +4,9 @@ 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." + description: "Whether and which SHA to checkout for the merge commit in the ./nixpkgs/untrusted folder." target-as-trusted-at: - description: "Whether and which SHA to checkout for the target commit in the ./trusted folder." + description: "Whether and which SHA to checkout for the target commit in the ./nixpkgs/trusted folder." runs: using: composite