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
Some repositories have been renamed and GitHub handles both the new name and the old name: the old one just gets redirected. See for example the Snyk actions:
Old name: https://github.com/snyk/snyk-actions
New name: https://github.com/snyk/actions
We don't see that and fork over the new name (probably because of the API gives us that). But loading the action from the issue still gives us the old name. This ends in errors since the fork was made with the new name, but we try to inject the CodeQL workflow with the old repository name :-(.
Check if the name is different in the find-action-name (check the GetRepo result) and if so, use the new name
The text was updated successfully, but these errors were encountered:
Some repositories have been renamed and GitHub handles both the new name and the old name: the old one just gets redirected. See for example the Snyk actions:
We don't see that and fork over the new name (probably because of the API gives us that). But loading the action from the issue still gives us the old name. This ends in errors since the fork was made with the new name, but we try to inject the CodeQL workflow with the old repository name :-(.
find-action-name
(check the GetRepo result) and if so, use the new nameThe text was updated successfully, but these errors were encountered: