Skip to content

Commit

Permalink
Update sdkAutomation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniloMilenkovic authored Oct 28, 2024
1 parent f60d30b commit 5438a62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sdkAutomation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
env:
RELEASES_SPREADSHEET: ${{ secrets.RELEASES_SPREADSHEET }}
run: |
branch_name = $(python scripts/release_calendar.py --title "NECTO DAILY UPDATE" --doc_link $RELEASES_SPREADSHEET)
python -u scripts/release_calendar.py --title "NECTO DAILY UPDATE" --doc_link $RELEASES_SPREADSHEET
branch_name = "new_branch"
if $branch_name == "new_branch"; then
git fetch --all
Expand Down

0 comments on commit 5438a62

Please sign in to comment.