fix: bug with force pushed commits

This commit is contained in:
Tonye Jack
2022-09-25 09:19:22 -06:00
parent d82ceda8a1
commit 8281b8ad57
2 changed files with 6 additions and 2 deletions

View File

@@ -190,6 +190,7 @@ runs:
GITHUB_WORKSPACE: ${{ github.workspace }}
GITHUB_PULL_REQUEST_BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_EVENT_BEFORE: ${{ github.event.before }}
GITHUB_EVENT_FORCED : ${{ github.event.forced }}
# INPUT_<VARIABLE_NAME> is not available in Composite run steps
# https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#example-specifying-inputs
INPUT_SHA: ${{ steps.sha.outputs.sha }}