coquer/Root-level directory diff action

Compares two refs via GitHub API and returns unique top-level directories with changes

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 18, 2026
License
Public domain

Pinned Snippet

workflow.ymlSHA-pinned
uses: coquer/commit-diff@d2a060a47d8b3640a70ee02f2cfebae43a3d785d # v1.3.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
baseBase ref (branch, tag, commit sha)yes
headHead ref (branch, tag, commit sha)yes
repositoryGitHub repository in the format owner/repoyes
tokenGitHub token with repo scope (defaults to GITHUB_TOKEN if not provided)no""
namedescription
changed-dirsJSON string: { "changed_dirs": ["dir1", "dir2", ...] }