OctopusDeploy / Octodiff

| Public | 100% C# implementation of remote delta compression based on the rsync algorithm
Other
24 stars 87 forks source link

Fix github script #48

Closed borland closed 9 months ago

borland commented 9 months ago

In a previous PR I updated the GHA workflow actions/github-script from @v3 to @v7.

In v5, github issued a breaking change, so we need to use github.rest.git.createRef rather than github.git.createRef

This PR applies that fix