Next try... this time i'm using a new action github-script to make one additional call to the GitHub API in order to retrieve an actual pull_requst API object, which i can then (hopefully) use to retrieve the repository name and SHA of the HEAD branch. As last time: If this works, i'll remove the superfluous use of the pull-request-comment-branch action.
Next try... this time i'm using a new action
github-script
to make one additional call to the GitHub API in order to retrieve an actualpull_requst
API object, which i can then (hopefully) use to retrieve the repository name and SHA of the HEAD branch. As last time: If this works, i'll remove the superfluous use of thepull-request-comment-branch
action.