From 971023edd3aa6969b0f56168f795941cdd9fc81c Mon Sep 17 00:00:00 2001 From: Thomas Knox Date: Thu, 22 Aug 2019 16:27:34 -0400 Subject: [PATCH] Link to supported (YML) format documentation Per Github, HCL is on it's way out! > The documentation at https://developer.github.com/actions and support for the HCL syntax in GitHub Actions will be deprecated on September 30, 2019. Documentation for the new limited public beta using the YAML syntax is available on https://help.github.com. See "Automating your workflow with GitHub Actions" for documentation using the YAML syntax. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d228cc1..4396e66 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de ## Official Resources - [Official Site](https://github.com/features/actions) -- [Documentation](https://developer.github.com/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/)