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

GH#354 Avoid auth configuration for submodules when settings.submodules is false #424

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jan 13, 2021

  1. GH#354 Disabled auth submodules config when related setting is false

    This should help with actions#354.
    The problem is that I have no idea whether such auth submodules configuration
    is required even when settings.submodules is false.
    cosimo committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    66145e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c764e5e View commit details
    Browse the repository at this point in the history
  3. Revert "GH#354 Updated dist/index.js build"

    This reverts commit c764e5e.
    cosimo committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    8e5e5f4 View commit details
    Browse the repository at this point in the history
  4. Tried to fix the "unstaged changes" test failure

    Error: Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run format && npm run build
    Error: Process completed with exit code 1.
    cosimo committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    720e23a View commit details
    Browse the repository at this point in the history