academic-innovation / django-lti

LTI Advantage support for Django projects.
https://academic-innovation.github.io/django-lti/
MIT License
15 stars 7 forks source link

Update deprecated input names #94

Closed michaelwheeler closed 7 months ago

michaelwheeler commented 8 months ago

Seeing these warnings during the packaging workflow.

Warning: Input 'repository_url' has been deprecated with message: The inputs have been normalized to use kebab-case. Use `repository-url` instead.
Warning: Input 'skip_existing' has been deprecated with message: The inputs have been normalized to use kebab-case. Use `skip-existing` instead.

Appears to originate here...

https://github.com/academic-innovation/django-lti/blob/132d49bf4fd35d23dea51aed80c85a4f2512a36c/.github/workflows/packaging.yml#L41-L42