File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
run : |
136
136
if [[ steps.changelog_update.outputs.sdk_tag_name != "mikroSDK-0" ]]; then
137
137
echo "Indexing to Live."
138
- python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ steps.changelog_update.outputs.sdk_tag_name }} ${{ secrets.ES_INDEX_LIVE }}
138
+ python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ steps.changelog_update.outputs.sdk_tag_name }} ${{ secrets.ES_INDEX_LIVE }} "False"
139
139
fi
140
140
141
141
- name : Trigger database update in Core repo
Original file line number Diff line number Diff line change 69
69
MIKROE_NECTO_AWS : ${{ secrets.MIKROE_NECTO_AWS }}
70
70
run : |
71
71
echo "Indexing to Test."
72
- python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ steps.changelog_update.outputs.sdk_tag_name }} ${{ secrets.ES_INDEX_TEST }}
72
+ python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ steps.changelog_update.outputs.sdk_tag_name }} ${{ secrets.ES_INDEX_TEST }} "False"
73
73
74
74
- name : Trigger database update in Core repo
75
75
run : |
You can’t perform that action at this time.
0 commit comments