You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running with default settings on latest ubuntu-latest i get following error
- name: Check out codeuses: actions/checkout@v4
- name: Bump version and push taguses: jaumann/[email protected]env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}DEFAULT_BUMP: patch
From job output, following error is shown
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
The text was updated successfully, but these errors were encountered:
When running with default settings on latest
ubuntu-latest
i get following errorFrom job output, following error is shown
The text was updated successfully, but these errors were encountered: