Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Nov 29, 2024
1 parent bb79946 commit b09faea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgcruft-action
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ set +e
OLD_COMMIT=$(git rev-parse ${GIT_BASE_BRANCH})
elif [[ ${GIT_BRANCH} != ${GIT_DEFAULT_BRANCH} ]]; then
# non-default branch
git branch
OLD_COMMIT=$(git rev-parse ${GIT_DEFAULT_BRANCH})
else
OLD_COMMIT=$(git rev-parse HEAD~1)
Expand Down

0 comments on commit b09faea

Please sign in to comment.