From d022c6cc9fea42985a5150714fc3100d4808971f Mon Sep 17 00:00:00 2001 From: Mikayla Dobson Date: Fri, 31 Oct 2025 12:26:06 -0500 Subject: [PATCH] troubleshooting variables --- .gitea/workflows/rooted/web/build/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/rooted/web/build/action.yaml b/.gitea/workflows/rooted/web/build/action.yaml index bfa665a..fc71418 100644 --- a/.gitea/workflows/rooted/web/build/action.yaml +++ b/.gitea/workflows/rooted/web/build/action.yaml @@ -40,8 +40,8 @@ runs: uses: actions/checkout@v4 with: github-server-url: $GITHUB_SERVER_URL - repository: $REPOSITORY - ref: $BRANCH + repository: $INPUT_REPOSITORY + ref: $INPUT_BRANCH - name: Install Dependencies run: |