diff --git a/scripts/update-bp3-voedger.sh b/scripts/update-bp3-voedger.sh index 62c66d3..eb3cd4f 100644 --- a/scripts/update-bp3-voedger.sh +++ b/scripts/update-bp3-voedger.sh @@ -3,7 +3,7 @@ go env -w GOSUMDB=off echo "gh_event: $gh_event" -if [[ "$gh_event" == "workflow_dispatch" ]]; then +if [[ "$gh_event" == "workflow_dispatch" || "$gh_event" == "schedule" ]]; then header="Accept: application/vnd.github+json" repo_full_name="https://api.github.com/repos/voedger/voedger/commits/main"