davidism / gha-update

Update GitHub Actions version pins in GitHub workflow files.
https://gha-update.readthedocs.io
MIT License
26 stars 2 forks source link

handle moved repo #1

Open davidism opened 3 months ago

davidism commented 3 months ago

If an action's repo is transferred or renamed, the API call with its old name will redirect, causing a failure. An easy fix is to follow redirects. A harder fix is to apply the rename to the line, as well as the version update.

andyfaff commented 2 months ago

Is there a way the stacktrace could output the action that changed its name?