Skip to content

Commit

Permalink
Merge pull request #96 from MikroElektronika/fix/card-board-live-fix
Browse files Browse the repository at this point in the history
Fixed board/card update workflow.
  • Loading branch information
StrahinjaJacimovic authored Oct 14, 2024
2 parents 5d690b6 + 4977370 commit 28cdafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/boardCardReleaseLive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
run: |
if [[ ${{ steps.changelog_update.outputs.sdk_tag_name }} != "mikroSDK-0" ]]; then
echo "Indexing to Live."
python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ steps.changelog_update.outputs.sdk_tag_name }} ${{ secrets.ES_INDEX_LIVE }} "False"
python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ steps.changelog_update.outputs.sdk_tag_name }} ${{ secrets.ES_INDEX_LIVE }} "False" "--board_card_only" "True"
fi
- name: Trigger database update in Core repo
Expand Down

0 comments on commit 28cdafa

Please sign in to comment.