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

Avoid auth configuration for submodules when settings.submodules is false ( rebased #424 ) auth submodules #1321

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

Commits on May 15, 2023

  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 authored and kaidokert committed May 15, 2023
    Configuration menu
    Copy the full SHA
    55709ff View commit details
    Browse the repository at this point in the history
  2. GH#354 Updated dist/index.js build

    cosimo authored and kaidokert committed May 15, 2023
    Configuration menu
    Copy the full SHA
    27cd406 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 authored and kaidokert committed May 15, 2023
    Configuration menu
    Copy the full SHA
    fbc7451 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.
    
    Rebased PR from actions#424
    cosimo authored and kaidokert committed May 15, 2023
    Configuration menu
    Copy the full SHA
    b9935aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bf7689 View commit details
    Browse the repository at this point in the history