From 3fea897dab09e57f7da0801232e2767178ecbc07 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 11 Oct 2019 20:45:48 +0900 Subject: [PATCH] Remove link to HCL actions docs This link is redirected to the new docs --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7bbfeaf..6df026d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Official Site](https://github.com/features/actions) - [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) - [Official Actions Collection](https://github.com/actions) - [GitHub Blog Announcement](https://blog.github.com/2018-10-17-action-demos/)