Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into rohin/add-algolia-to-…
Browse files Browse the repository at this point in the history
…cohere-chat-demo
  • Loading branch information
RohinBhargava committed Jul 30, 2024
2 parents e6bd21c + 5913d26 commit 3350fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-fdr-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.inputs.branch || "main" }}
ref: ${{ github.event.inputs.branch }} || "main"

- name: 📥 Install
uses: ./.github/actions/install
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.inputs.branch || "main" }}
ref: ${{ github.event.inputs.branch }} || "main"

- name: 📥 Install
uses: ./.github/actions/install
Expand Down

0 comments on commit 3350fc2

Please sign in to comment.