Skip to content

Commit

Permalink
Reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 2, 2025
1 parent f41cbb0 commit 93f8387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/each.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Get name of main branch of repository
# origin/HEAD isn't known here
main=$(git remote show origin | grep 'HEAD branch' | cut -d' ' -f5)
commits=$(git log --pretty=format:"%H" origin/${main}.. --)
commits=$(git log --reverse --pretty=format:"%H" origin/${main}.. --)
echo $commits
# Run workflow for each commit where the status isn't "pending" or "success"
Expand Down

0 comments on commit 93f8387

Please sign in to comment.