Skip to content

Commit

Permalink
Log github.event.size
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Dec 16, 2024
1 parent 90b0d86 commit b314e10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

- name: Log Commit Details
run: |
echo "github.event.commits.length: ${{ github.event.commits.length }}"
echo "github.event.size: ${{ github.event.size }}"
echo "github.event.distinct_size: ${{ github.event.distinct_size }}"
echo "github.event.head_commit.message: ${{ github.event.head_commit.message }}"
- name: Setup Go
Expand Down

0 comments on commit b314e10

Please sign in to comment.