You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📖 Fix recommended command to test the image in development (#1583)
Because no testdata files are actually copied to the image, we fail to
read the event file and fallback to fetching the information from GitHub
API.
Howver, that's not actually working because the `GITHUB_API_URL`
environment is missing.
To fix it, we could pass the `GITHUB_API_URL`. However, I think actually
making the testdata file available to the container mimics better what
happens in real life.
Signed-off-by: David Rodríguez <[email protected]>
0 commit comments