Skip to content

Commit

Permalink
fix ref for shortlog
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram committed Feb 27, 2024
1 parent cd84105 commit 27bcc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openshift-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
cd fedora-coreos-config
# Omit CoreOS Bot commits from the log message, since they generally
# only affect FCOS
git shortlog "HEAD..$SOURCE_BRANCH" --perl-regexp \
git shortlog "HEAD..origin/$SOURCE_BRANCH" --perl-regexp \
--author='^((?!CoreOS Bot <[email protected]>).*)$' \
> $RUNNER_TEMP/shortlog
Expand Down

0 comments on commit 27bcc5a

Please sign in to comment.