From 311baac33f951c83198a5982032fa0dd69303c19 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Wed, 2 Aug 2023 03:11:35 +0000 Subject: [PATCH] Latest --- .../universal/run_onchange_after_46-github-runner.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_46-github-runner.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_46-github-runner.sh.tmpl index 1f35219e..b0d4b1eb 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_46-github-runner.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_46-github-runner.sh.tmpl @@ -1,4 +1,4 @@ -{{- if and (ne .host.distro.family "windows") (or (and (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "GITHUB_RUNNER_TOKEN"))) (env "GITHUB_RUNNER_TOKEN"))) -}} +{{- if and (ne .host.distro.family "windows") (or (and (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "GITHUB_RUNNER_TOKEN"))) (env "GITHUB_RUNNER_TOKEN")) -}} #!/usr/bin/env bash # @file GitHub Runner Registration # @brief Registers a GitHub action runner with GitHub