From 2d603b3f80683813d8f478da69452c4ed7c85361 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 11 Oct 2019 13:55:13 +0900 Subject: [PATCH] Remove actions/migrate --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7c1bf21..7bbfeaf 100644 --- a/README.md +++ b/README.md @@ -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/)