From 51f2588d3cab911cd588dd4a7e6214a417e40d17 Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Mon, 30 Dec 2024 04:21:46 +0530 Subject: [PATCH] [CI]: post apps-v2 on main instead of nightly --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ed886ea6..79aaaf32 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -257,8 +257,8 @@ jobs: # Repository name with owner. For example, actions/checkout # Default: ${{ github.repository }} repository: 'SideStore/apps-v2.json' - # ref: 'main' # TODO: use branches for alpha and beta tracks? so as to avoid push collision? - ref: 'nightly' # TODO: use branches for alpha and beta tracks? so as to avoid push collision? + ref: 'main' # TODO: use branches for alpha and beta tracks? so as to avoid push collision? + # ref: 'nightly' # TODO: use branches for alpha and beta tracks? so as to avoid push collision? # token: ${{ github.token }} token: ${{ secrets.APPS_DEPLOY_KEY }} path: 'SideStore/apps-v2.json'