Maybe I'm misunderstanding how this is supposed to work, but I'd like for a release created in another repo using the repository input to use the hash from the source repo, but it seems to only accept values from the repository repo:
From workflow in FaithLife-Community/LogosLinuxInstaller:
Run softprops/action-gh-release@v1
Updating commit from "main" to "319cffc48f9291a5f71386fedc3776e846cfb168"
⚠️ Unexpected error fetching GitHub release for tag refs/heads/main: HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
Error: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
I assume it's failing because the validation is checking against hashes in the repository repo rather than the workflow repo.
Maybe I'm misunderstanding how this is supposed to work, but I'd like for a release created in another repo using the
repository
input to use the hash from the source repo, but it seems to only accept values from therepository
repo:From workflow in
FaithLife-Community/LogosLinuxInstaller
:GHA output:
I assume it's failing because the validation is checking against hashes in the
repository
repo rather than the workflow repo.