Преглед на файлове

Remove literal from description, which was failing the action (#3789)

Signed-off-by: Christian Petersen <github@fonz.me>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Christian Petersen преди 1 месец
родител
ревизия
a76cb5cc7a
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      .github/actions/sign-image/action.yaml

+ 3 - 3
.github/actions/sign-image/action.yaml

@@ -18,9 +18,9 @@ inputs:
         required: true
     run-started-at:
         description: >-
-          ISO-8601 workflow run start time, typically `${{ github.run_started_at }}`
-          from the caller. Recorded as `runDetails.metadata.startedOn` in the
-          SLSA provenance predicate.
+          ISO-8601 workflow run start time (typically
+          `github.run_started_at` from the caller workflow). Recorded as
+          `runDetails.metadata.startedOn` in the SLSA provenance predicate.
         required: true
 
 runs: