---
title: "Debugging high GitHub action usage"
canonical_url: "https://www.bigbinary.com/blog/high-github-action-usage"
markdown_url: "https://www.bigbinary.com/blog/high-github-action-usage.md"
---

# Debugging high GitHub action usage

- Author: Unnikrishnan KP
- Published: August 8, 2023
- Categories: Misc

During the development of [neeto](https://neeto.com) we noticed arbitrarily very
high GitHub action usage. I investigated the matter and made this video to show
to my team members how I went about debugging this issue. The video is being
presented "as it was recorded".

<iframe
  width="560"
  height="315"
  src="https://www.youtube.com/embed/eS4BAhk7DAo"
  title="Debugging high GitHub action usage"
  frameborder="0"
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  allowfullscreen
></iframe>

## Links

- [Human page](https://www.bigbinary.com/blog/high-github-action-usage)
