mirror of
https://github.com/tj-actions/changed-files
synced 2025-03-05 21:06:25 +00:00
Update diff-sha.sh
This commit is contained in:
parent
ae5f032774
commit
251c03879a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ fi
|
|||
if [[ -z $GITHUB_BASE_REF ]]; then
|
||||
echo "Running on a push event..."
|
||||
TARGET_BRANCH=${GITHUB_REF/refs\/heads\//} && exit_status=$? || exit_status=$?
|
||||
TARGET_BRANCH=${TARGET_BRANCH/refs\/tags\//}
|
||||
TARGET_BRANCH=${TARGET_BRANCH/refs\/tags\//} && exit_status=$? || exit_status=$?
|
||||
CURRENT_BRANCH=$TARGET_BRANCH && exit_status=$? || exit_status=$?
|
||||
|
||||
echo "::debug::Getting HEAD SHA..."
|
||||
|
|
Loading…
Add table
Reference in a new issue