Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
chore(github-action): debug on-commits
Browse files Browse the repository at this point in the history
It seems git push is failling without reasons. So we list latest commits to get some hints.
  • Loading branch information
o-orand committed Dec 27, 2023
1 parent 1278b6c commit af0090f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
git add config/blobs.yml
! git commit -a -m "updating blobs" && \
git --no-pager log --oneline -5 && \
git push ${remote_repo} HEAD:master

Expand Down

0 comments on commit af0090f

Please sign in to comment.