From e5664ee022946e25f84871c0c708c8231c3f75da Mon Sep 17 00:00:00 2001 From: Robert Middleswarth Date: Thu, 27 Feb 2025 23:26:17 -0500 Subject: [PATCH] Update the auto script to adjust --- .github/workflows/automategeneration.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/automategeneration.yml b/.github/workflows/automategeneration.yml index 11b2fcd..b292739 100644 --- a/.github/workflows/automategeneration.yml +++ b/.github/workflows/automategeneration.yml @@ -57,11 +57,17 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" git add -- "$ptArm32v2" + echo "add $ptArm32v2" git add -- "$ptArm64v2" + echo "add $ptArm64v2" git add -- "$ptAmd64v2" + echo "add $ptAmd64v2" git add -- "$ptArm32v3" + echo "add $ptArm32v3" git add -- "$ptArm64v3" + echo "add $ptArm64v3" git add -- "$ptAmd64v3" + echo "add $ptAmd64v3" git add ./pi-hosted_template/template/portainer-v2.json git add -- "$README" git add -- "$TOOLSREADME"