mirror of
https://github.com/Gouryella/drip.git
synced 2026-02-26 22:31:35 +00:00
The previous method of obtaining commit hashes via `git rev-parse` has been changed to directly using the `github.sha` variable provided by GitHub Actions, and the first 10 characters are truncated as the short version commit hash. Unnecessary `fetch-depth` configuration has also been removed.