mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-29 13:34:51 +00:00
Updated check
This commit is contained in:
parent
8281b8ad57
commit
7de6088904
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ if [[ -z $GITHUB_BASE_REF ]]; then
|
|||
if [[ -z $INPUT_BASE_SHA ]]; then
|
||||
PREVIOUS_SHA=""
|
||||
|
||||
if [[ "$GITHUB_EVENT_FORCED" != "true" ]]; then
|
||||
if [[ "$GITHUB_EVENT_FORCED" == "false" ]]; then
|
||||
PREVIOUS_SHA=$GITHUB_EVENT_BEFORE
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue