From ca2731c4b9e479901cb93963f172361983b8217d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 24 Sep 2022 00:34:19 -0600 Subject: [PATCH] chore: update broken link --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bd21472b482..28a4e1a7cee 100644 --- a/action.yml +++ b/action.yml @@ -199,7 +199,7 @@ runs: GITHUB_WORKSPACE: ${{ github.workspace }} GITHUB_PULL_REQUEST_BASE_SHA: ${{ github.event.pull_request.base.sha }} # INPUT_ is not available in Composite run steps - # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611 + # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#example-specifying-inputs INPUT_SHA: ${{ steps.sha.outputs.sha }} INPUT_BASE_SHA: ${{ steps.base-sha.outputs.base_sha }} INPUT_PATH: ${{ inputs.path }}