mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 09:17:46 +00:00
Update diff-sha.sh
This commit is contained in:
parent
fd5d6c3a2d
commit
860dc31320
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ fi
|
|||
if [[ -z $GITHUB_BASE_REF ]]; then
|
||||
echo "Running on a push event..."
|
||||
TARGET_BRANCH=$GITHUB_REFNAME
|
||||
CURRENT_BRANCH=TARGET_BRANCH
|
||||
CURRENT_BRANCH=$TARGET_BRANCH
|
||||
|
||||
echo "::debug::Getting HEAD SHA..."
|
||||
if [[ -n "$INPUT_UNTIL" ]]; then
|
||||
|
|
Loading…
Reference in a new issue