I tested some more and finally got the checkout action working in combination with the github-script action in a dedicated repository. I transferred that solution to this repo, hopefully it works here as well.
I have no idea why (tried over 20 times), i could not make it work using just one API call, there is a major issue with the encoding of JSON objects returned by github-script that i just could not resolve. Therefore, this solution queries the API two times, to retireve the HEAD repo and SHA.
This is my last attempt for today - if this does not work we'll discuss alternatives tomorrow.
I tested some more and finally got the checkout action working in combination with the
github-script
action in a dedicated repository. I transferred that solution to this repo, hopefully it works here as well.I have no idea why (tried over 20 times), i could not make it work using just one API call, there is a major issue with the encoding of JSON objects returned by
github-script
that i just could not resolve. Therefore, this solution queries the API two times, to retireve the HEAD repo and SHA.This is my last attempt for today - if this does not work we'll discuss alternatives tomorrow.