wakatime / semver-action

Auto-generate the next semantic version.
MIT License
12 stars 0 forks source link

Make current repo dir safe #27

Closed gandarez closed 2 years ago

gandarez commented 2 years ago

This PR fixes repository being considered unsafe somehow.

unsafe repository ('/github/workspace' is owned by someone else)
To add an exception for this directory, call:

    git config --global --add safe.directory /github/workspace