Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed May 30, 2024
1 parent 9cc4924 commit fd365cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-bp3-voedger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ "$gh_event" == "workflow_dispatch" || "$gh_event" == "schedule" ]]; then
last_commit=$(curl -s -u "${github_token}:x-oauth-basic" -H $header $repo_full_name | jq -r '.commit.message')
echo "last_commit: $last_commit"

go get github.com/voedger/voedger
go get github.com/voedger/voedger@main
go mod tidy

fi

0 comments on commit fd365cf

Please sign in to comment.