Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

fix: added safe.directory /github/workspace global #93

Closed
wants to merge 1 commit into from
Closed

fix: added safe.directory /github/workspace global #93

wants to merge 1 commit into from

Commits on Apr 14, 2022

  1. fix: added safe.directory /github/workspace global

    We're getting the following error using `cirrus-actions/rebase`:
    
    ```
    fatal: 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
    ```
    
    Some more context on this: actions/checkout#766
    cranberryofdoom committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    da557ca View commit details
    Browse the repository at this point in the history