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: |