From 8e3e2f13a8cf908cf850e887cfd30ff8ebf38916 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 20 Oct 2022 13:19:57 -0600 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 9c47d21d..8878f52a 100644 --- a/action.yml +++ b/action.yml @@ -194,6 +194,7 @@ runs: shell: bash env: GITHUB_WORKSPACE: ${{ github.workspace }} + GITHUB_BASE_REF: ${{ github.base_ref }} # INPUT_ is not available in Composite run steps # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#example-specifying-inputs INPUT_FILES_PATTERN_FILE: ${{ steps.glob.outputs.paths-output-file }}