Remove actions/migrate

This commit is contained in:
Shohei Ueda 2019-10-11 13:55:13 +09:00 committed by GitHub
parent b9c158a6f2
commit 2d603b3f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,6 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Official Community Forum Board](https://github.community/t5/GitHub-Actions/bd-p/actions)
- [Beta Documentation](https://developer.github.com/actions/) (for deprecated HCL format actions)
- [Official Documentation](https://help.github.com/en/categories/automating-your-workflow-with-github-actions) (for YML format actions)
- [Migrate Tool](https://github.com/actions/migrate) - Converts GitHub Actions main.workflow files into the new .yml syntax.
- [Official Actions Collection](https://github.com/actions)
- [GitHub Blog Announcement](https://blog.github.com/2018-10-17-action-demos/)