Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run GitHub Action for SwiftLint (Only files changed in the PR) #43

Open
lactuannn opened this issue Jun 23, 2023 · 2 comments
Open

Comments

@lactuannn
Copy link

When using the configuration option

     - 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.
Screenshot 2023-06-23 at 10 22 45

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...

@moyerr
Copy link

moyerr commented Jun 28, 2023

+1 we are seeing this too

@jewelboi14
Copy link

Does someone managed to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants