From 8030d865c4ab9c6b5307dfce30d1b4afe007d2ff Mon Sep 17 00:00:00 2001 From: Justin Persaud Date: Wed, 11 Oct 2023 22:40:40 -0400 Subject: [PATCH] perform checkout before setupGitForOsBotifyApp --- .github/workflows/finishReleaseCycle.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/finishReleaseCycle.yml b/.github/workflows/finishReleaseCycle.yml index 0b7eafd31593..f8b68786aaab 100644 --- a/.github/workflows/finishReleaseCycle.yml +++ b/.github/workflows/finishReleaseCycle.yml @@ -12,6 +12,12 @@ jobs: outputs: isValid: ${{ fromJSON(steps.isDeployer.outputs.IS_DEPLOYER) && !fromJSON(steps.checkDeployBlockers.outputs.HAS_DEPLOY_BLOCKERS) }} steps: + - name: Checkout + uses: actions/checkout@v3 + with: + ref: main + token: ${{ secrets.OS_BOTIFY_TOKEN }} + - uses: Expensify/App/.github/actions/composite/setupGitForOSBotifyApp@8c19d6da4a3d7ce3b15c9cd89a802187d208ecab id: setupGitForOSBotify with: