From 2cdb5c8b52dc5738df5373f5207810274f543583 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Mon, 16 Nov 2020 15:33:24 -0800 Subject: [PATCH] Remove starter workflows from code examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👋🏾 This PR removes starter workflows from code examples on the docs page (I think). The workflows are all visible when a user hits the Actions tab and starts a new workflow. But on the way we do a transformation for example `$default-branch` to whatever your default branch is. So they don't work too well. Some of the other things in the actions org might work, although not sure they qualify as good examples for learning from. --- data/variables/action_code_examples.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/data/variables/action_code_examples.yml b/data/variables/action_code_examples.yml index a0f12b03840c..b8e1a26447a7 100644 --- a/data/variables/action_code_examples.yml +++ b/data/variables/action_code_examples.yml @@ -1,10 +1,3 @@ -- title: Starter workflows - description: Workflow files for helping people get started with GitHub Actions - languages: TypeScript - href: actions/starter-workflows - tags: - - official - - workflows - title: Example services description: Example workflows using service containers languages: JavaScript