From ff23800f0fe8cd1236e6603f2e3428617c5b3be0 Mon Sep 17 00:00:00 2001 From: Justin Oursler Date: Thu, 15 Feb 2024 15:15:48 -0600 Subject: [PATCH] fix: forcing a release with a README update. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2092cc8..53c52c1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # UDS Package Actions Runner Controller +Just trying to test the release. + This Zarf package installs [actions-runner-controller](https://github.com/actions/actions-runner-controller) (ARC) and deploys a self hosted GitHub Actions runner. A GitHub App is installed to authenticate to GitHub and register runners. This is preferable to using Personal Access Tokens, which are tied to a specific user's identity.