Skip to content

Commit

Permalink
commit all
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Apr 16, 2024
1 parent bce9c54 commit 0e93369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dependency-check-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ${PR_NOTE}"
if [[ "${ACTIVE_BRANCH}" != "${BRANCH}" ]]; then
if [[ "${ACTIVE_BRANCH}" =~ refs/pull/[0-9]+/merge ]]; then
echo "Active branch is a PR branch. Committing the changes so we can diff."
git commit -m "Dry run commit"
git commit -am "Dry run commit"
else
echo "Default branch is ${BRANCH}, but active branch is ${ACTIVE_BRANCH}. We'll check out ${ACTIVE_BRANCH} instead."
BRANCH="${ACTIVE_BRANCH}"
Expand Down

0 comments on commit 0e93369

Please sign in to comment.