eclipse-zenoh / ci

GitHub Actions and workflows used across eclipse-zenoh
Other
1 stars 3 forks source link

fix: use branch name instead of full refname #144

Closed diogomatsubara closed 1 month ago

diogomatsubara commented 1 month ago

Using git push origin --delete refname apparently doesn't delete remote branch, so we strip the parts from the refname to get only the branch name. Fix #142 for real this time.