Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove starter workflows from code examples
👋🏾 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.
  • Loading branch information
Andy McKay authored Nov 16, 2020
commit 2cdb5c8b52dc5738df5373f5207810274f543583
7 changes: 0 additions & 7 deletions data/variables/action_code_examples.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down