hpi-schul-cloud / schulcloud-calendar

GNU Affero General Public License v3.0
5 stars 2 forks source link

BC-589 fix clean job #94

Closed alriese closed 2 years ago

alriese commented 2 years ago

Description

Fix for mistake on branch delete event.

It's not GITHUB_REF what shoud be usedm but github.event.ref. The actions are triggered on the main branch, so GITHUB_REF shows to main and github.event.ref has the branchname of the deleted branch. https://docs.github.com/en/rest/reference/git#delete-a-reference

Links to Tickets or other pull requests

Changes

Datasecurity details on Confluence

Deployment

New Repos, NPM pakages or vendor scripts

Screenshots of UI changes

Approval for review

Notice: Please remove the WIP label if the PR is ready to review, otherwise nobody will review it.

Link to Definiton of Done

More and detailed information on the definition of done can be found on Confluence