apt-spy2 icon indicating copy to clipboard operation
apt-spy2 copied to clipboard

fix release

Open till opened this issue 2 years ago • 4 comments

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 avatar Feb 11 '23 20:02 till

@till You can try using actions/checkout@v3. This might just fix the issue. Reference here.

parthshyara avatar Feb 12 '23 17:02 parthshyara

Also fix badge:

![Gem (including prereleases)](https://img.shields.io/gem/v/apt-spy2?include_prereleases)

till avatar Feb 12 '23 22:02 till

It seems the action I am using is abandoned. Maybe I should run bundle exec rake release myself.

till avatar Feb 13 '23 13:02 till

Related: https://github.com/actions/runner-images/issues/6775

till avatar May 27 '23 17:05 till