Skip to content

Commit

Permalink
with author and more tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Apr 16, 2024
1 parent d2a97c8 commit 81089fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/compile_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,13 @@ jobs:
- name: commit + push
if: ${{ !env.is-auto-commit }}
run: |
# todo: do I need `git add .`
git add .
git branch
git status
git commit -a -m "${{ env.CI_COMMIT_MESSAGE_PREFIX }} inspect output"
git switch ${{ github.event.pull_request.head.ref }}
git status
git rev-parse --short HEAD
git commit -a -m "${{ env.CI_COMMIT_MESSAGE_PREFIX }} inspect output" --author "github-actions <[email protected]>"
# - name: Commit + Push
# if: ${{ !env.is-auto-commit }}
Expand Down

0 comments on commit 81089fc

Please sign in to comment.