From cd0d0f2402c7179d7ed29134da9813b52591d148 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 18 Oct 2025 18:20:25 -0400 Subject: [PATCH] forgot backslash --- .gitea/workflows/write-new-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/write-new-template.yml b/.gitea/workflows/write-new-template.yml index 52eee18..90bbf76 100644 --- a/.gitea/workflows/write-new-template.yml +++ b/.gitea/workflows/write-new-template.yml @@ -34,8 +34,8 @@ jobs: run: | curl -X POST \ "https://git.alexav.gg/api/v1/repos/alex/homelab/pulls" \ - -H "Authorization: token ${{ secrets.TOKEN }}" - -H "Content-Type: application/json" + -H "Authorization: token ${{ secrets.TOKEN }}" \ + -H "Content-Type: application/json" \ -d '{ "title": "Automated Template Extraction", "body": "Updates the `all.template.yml` file with latest secrets for services",