From b1cdc00db747f786f5d0512cb317cd4db7e84919 Mon Sep 17 00:00:00 2001 From: Federico Carboni <48333714+FedericoCarboni@users.noreply.github.com> Date: Sat, 23 Dec 2023 18:53:24 +0100 Subject: [PATCH] typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bf4a0fe..79a4ef5 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: architecture: description: 'Target architecture for FFmpeg, on Windows and MacOS only x64 is supported; on Linux arm64 may also be used. Defaults to the system architecture.' github-token: - description: 'Used to pull Windows builds from GyanD/codexffmpeg. Since there's a default, this is typically not supplied by the user unless running GHES.' + description: "Used to pull Windows builds from GyanD/codexffmpeg. Since there's a default, this is typically not supplied by the user." default: ${{ github.server_url == 'https://github.com' && github.token || '' }} outputs: ffmpeg-version: