From eec1d6e96d437a2dc99b4e14255d762cc0d921ec Mon Sep 17 00:00:00 2001 From: Volodymyr Yahello Date: Thu, 2 Feb 2023 11:40:02 +0200 Subject: [PATCH] SCALRCORE-25162: Set proper fatmouse branch of requested tev2 --- .github/workflows/upstream.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index e82b2a82..53a60e55 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -9,6 +9,7 @@ on: api-branch: description: "API Branch" required: true + default: "master" db-branch: description: "DB Branch" required: false @@ -39,6 +40,7 @@ jobs: with: repository: Scalr/fatmouse path: fatmouse + ref: ${{ env.API_BRANCH }} token: ${{ secrets.GH_PAT }} - id: auth uses: google-github-actions/auth@v0