Skip to content

Commit 5e2d12d

Browse files
committed
use conditionals in Actions fm - THIS IS A DEMO ONLY MUST REVERT
1 parent b320016 commit 5e2d12d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/actions/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GitHub Actions Documentation
33
shortTitle: GitHub Actions
44
intro: 'Automate, customize, and execute your software development workflows right in your repository with {% data variables.product.prodname_actions %}. You can discover, create, and share actions to perform any job you''d like, including CI/CD, and combine actions in a completely customized workflow.'
55
introLinks:
6-
quickstart: /actions/quickstart
6+
quickstart: '{% if currentVersion == "free-pro-team@latest" %}/actions/quickstart{% endif %}'
77
reference: /actions/reference
88
featuredLinks:
99
guides:
@@ -32,7 +32,7 @@ changelog:
3232
date: '2020-11-09'
3333
href: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
3434

35-
product_video: https://www.youtube-nocookie.com/embed/cP0I9w2coGU
35+
product_video: '{% if currentVersion == "free-pro-team@latest" %}https://www.youtube-nocookie.com/embed/cP0I9w2coGU{% endif %}'
3636

3737
redirect_from:
3838
- /articles/automating-your-workflow-with-github-actions/

0 commit comments

Comments
 (0)