Skip to content

Commit

Permalink
Add explicit production ref checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jul 10, 2023
1 parent e0e34df commit 3bb11f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
deployProduction:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/production'

steps:
- uses: actions/checkout@v3
with:
ref: production
token: ${{ secrets.OS_BOTIFY_TOKEN }}

- uses: Expensify/App/.github/actions/composite/setupGitForOSBotify@main
Expand Down

0 comments on commit 3bb11f8

Please sign in to comment.