Using Github Actions with openwrt/gh-action-sdk@main but could not solve Hash error

Hi,

I like to setup a Github Action to build the actual Commit / Tag automatically for a dedicated plugin. I am struggling to handle the HASH check. Locally it is working fine that I can change between HEAD and newest Tag, but using the Github Action I ran into the HASH check. I like to avoid updating it every time manually for CI runs. Anybody has an idea to solve this?

Changed makefile to support TAG based versioning · NilsRo/usteer-ng@103d7a1

Publish · NilsRo/usteer-ng@103d7a1

WARNING: PKG_MIRROR_HASH uses deprecated hash, set to cd1d05f3a0e9b92ff2eca1c114eb8524dd3176022a043384bf4d49f167cb2f55
make[2]: Leaving directory '/feed/openwrt/usteer-ng'
time: package/feeds/action/usteer-ng/check#0.00#0.01#0.02
make[1]: Leaving directory '/builder'
Package HASH check failed
Error: Process completed with exit code 1.

Cheers,

Nils