Skip to content

Commit

Permalink
correct default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Aug 20, 2024
1 parent b243aab commit 83bfd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if [[ '${{ github.event.pull_request.base.ref }}' == 'staging' ]]; then
echo "branch=staging" >> $GITHUB_OUTPUT
else
echo "branch=main" >> $GITHUB_OUTPUT
echo "branch=develop" >> $GITHUB_OUTPUT
fi
- name: Checkout care 📥
Expand Down

0 comments on commit 83bfd14

Please sign in to comment.