Skip to content

Commit

Permalink
Merge pull request #29411 from Expensify/jpersaud_fix_gha_again
Browse files Browse the repository at this point in the history
Perform checkout before setupGitForOsBotifyApp
  • Loading branch information
jasperhuangg authored Oct 12, 2023
2 parents 633c94b + 8030d86 commit 4df6584
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/finishReleaseCycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4df6584

Please sign in to comment.