From 251579028c9c86ca16e482a63d69b56d637db67f Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 1 Oct 2024 16:21:56 +0200 Subject: [PATCH 1/2] feat(aps): add survey banner --- tutorials/install-github-actions-runner-mac/index.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tutorials/install-github-actions-runner-mac/index.mdx b/tutorials/install-github-actions-runner-mac/index.mdx index ae55a5b548..79c688ebd0 100644 --- a/tutorials/install-github-actions-runner-mac/index.mdx +++ b/tutorials/install-github-actions-runner-mac/index.mdx @@ -13,6 +13,13 @@ dates: posted: 2024-01-31 --- + + GitHub Actions is a powerful CI/CD platform that allows users to automate their software development workflows, connected to a GitHub organization or repository. While GitHub offers online runners with a pay-as-you-go model, self-hosted runners provide increased control and customization for your CI/CD setup. This tutorial guides you through setting up, configuring, and connecting a self-hosted runner on a Mac mini to execute macOS pipelines. From 4d299c528b24398e8b0a834f99c57fb9635a1a49 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 1 Oct 2024 16:55:38 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- tutorials/install-github-actions-runner-mac/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/install-github-actions-runner-mac/index.mdx b/tutorials/install-github-actions-runner-mac/index.mdx index 79c688ebd0..2805a32abe 100644 --- a/tutorials/install-github-actions-runner-mac/index.mdx +++ b/tutorials/install-github-actions-runner-mac/index.mdx @@ -16,9 +16,9 @@ dates: + label="Fill out the form to learn more" /> GitHub Actions is a powerful CI/CD platform that allows users to automate their software development workflows, connected to a GitHub organization or repository. While GitHub offers online runners with a pay-as-you-go model, self-hosted runners provide increased control and customization for your CI/CD setup. This tutorial guides you through setting up, configuring, and connecting a self-hosted runner on a Mac mini to execute macOS pipelines.