Skip to content

Commit

Permalink
Update createWebNews.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic authored Oct 25, 2024
1 parent 8227fa6 commit 474171b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/createWebNews.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
MIKROE_NECTO_AWS: ${{ secrets.MIKROE_NECTO_AWS }}
RELEASES_SPREADSHEET: ${{ secrets.RELEASES_SPREADSHEET }}
run: |
python -u scripts/build_message_web.py "NECTO DAILY UPDATE" "$RELEASES_SPREADSHEET" ${{ secrets.ES_INDEX_LIVE }} ${{ secrets.ES_CLICKS_INDEX_LIVE }} > message.txt
python -u scripts/build_message_web.py "NECTO DAILY UPDATE" "$RELEASES_SPREADSHEET" ${{ secrets.ES_INDEX_LIVE }} ${{ secrets.ES_CLICKS_INDEX_LIVE }}
- name: Post message on Beta Website
if: ${{ github.event.inputs.select_web == 'Beta' }}
Expand Down

0 comments on commit 474171b

Please sign in to comment.