DSACMS / metrics

Experimentations in Open Source Repository Metrics
https://dsacms.github.io/metrics/
Other
6 stars 2 forks source link

Fix Syntax of Github Workflow to Update Data #59

Closed IsaacMilarky closed 9 months ago

IsaacMilarky commented 9 months ago

Fix Syntax of Github Workflow to Update Data

Problem

Branch permissions prevented the update script from pushing to main.

Solution

Fix the syntax of the update GH workflow to only update the branch that triggered the workflow. Also make sure that the only thing that pushes to the requested branch has the proper branch permissions.