From 3910d2645d0eb30c0169e12af4557dfa1d5809f8 Mon Sep 17 00:00:00 2001 From: Gable Brown <13039858+C1ARKGABLE@users.noreply.github.com> Date: Thu, 24 Aug 2023 00:04:56 -0700 Subject: [PATCH] Get from inputs --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f769231..2774637 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: default: "https://raw.githubusercontent.com" token: description: "The token used to authenticate when fetching Python distributions from https://github.com/actions/python-versions. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting." - default: ${{ github.github_api_url == github_api_url && github.token || '' }} + default: ${{ github.github_api_url == inputs.github_api_url && github.token || '' }} cache-dependency-path: description: "Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies." update-environment: