flatpak / libportal

libportal - Flatpak portal library
https://libportal.org
GNU Lesser General Public License v3.0
82 stars 40 forks source link

CI: use the github action's set-safe-directory instead of a manual run #122

Closed whot closed 1 year ago

whot commented 1 year ago

Now that we have checkout@v3, we can use that argument instead of manually calling out to git.

Fixes 2e1eadea760cbcef5ce388ed81421388e989489c

whot commented 1 year ago

Ok, apparently this doesn't work as documented. First attempt specifying the path failed and the re-run without arguments (relying on the default which is supposed to be true) failed too.

So... closing this, ETIME for debugging this..