apt-spy2
apt-spy2 copied to clipboard
fix release
Not sure where this came from:
fatal: detected dubious ownership in repository at '/github/workspace'
To add an exception for this directory, call:
git config --global --add safe.directory /github/workspace
But it probably needs to be added before the push action, and probably after checkout?
@till You can try using actions/checkout@v3. This might just fix the issue. Reference here.
Also fix badge:

It seems the action I am using is abandoned. Maybe I should run bundle exec rake release myself.
Related: https://github.com/actions/runner-images/issues/6775