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
- name: GitHub Action for SwiftLint (Only files changed in the PR)
uses: norio-nomura/[email protected]
env:
DIFF_BASE: ${{ github.base_ref }}
I got this errors.
I tried some solutions on Stackoverflow like: git config --global --add safe.directory '*'
or git config --system --add safe.directory '*'
But it doesn't work...
The text was updated successfully, but these errors were encountered:
When using the configuration option
I got this errors.
I tried some solutions on Stackoverflow like:
git config --global --add safe.directory '*'
or
git config --system --add safe.directory '*'
But it doesn't work...
The text was updated successfully, but these errors were encountered: