fix(ci): correct corrupted anothrNick/github-tag-action SHA #19
Reference in New Issue
Block a user
Delete Branch "fix/github-tag-action-sha"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The SHA for
anothrNick/github-tag-action@v1.75.0inmain.yamlwas corrupted — missing the leading4and with mutated bytes in the middle.Corrupt:
ed44965e0db8dab2b46616da9f2a04ec312fd8Correct:
4ed44965e0db8dab2b466a16da04aec3cc312fd8Diff: the leading
4was dropped and the substringda04aec3ccmutated toda9f2a04ec.Fixes CI run #1981 job #4861 (
reference not foundon clone).View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.