Skip to content

Remove orphaned internship2026 gitlink blocking Actions build checkout#139

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-failing-github-actions-job
Draft

Remove orphaned internship2026 gitlink blocking Actions build checkout#139
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-failing-github-actions-job

Conversation

Copilot AI commented Jun 13, 2026

Copy link
Copy Markdown

The build GitHub Actions job failed during recursive submodule checkout because the repository tracked internship2026 as a submodule gitlink without a corresponding URL mapping in .gitmodules. This PR removes that orphaned gitlink so checkout can complete.

  • Root cause

    • Repository index contained a mode 160000 entry (internship2026) with no valid submodule config.
    • actions/checkout with submodules: recursive invoked git submodule update --init --recursive, which failed with:
      • fatal: No url found for submodule path 'internship2026' in .gitmodules
  • Change applied

    • Removed the stale gitlink entry from version control:
      • deleted tracked path: internship2026 (gitlink/submodule pointer)
  • Why this is the minimal fix

    • Keeps workflow behavior unchanged (submodules: recursive still supported for real submodules).
    • Eliminates only the invalid submodule metadata causing checkout failure.
diff --git a/internship2026 b/internship2026
deleted file mode 160000
index 9cff5b4..0000000
--- a/internship2026
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 9cff5b4bee125c5a6eb41b3bb8ffc2abd9446b48

@netlify

netlify Bot commented Jun 13, 2026

Copy link
Copy Markdown

Deploy Preview for lighthearted-horse-cb265f ready!

Name Link
🔨 Latest commit e1b83f3
🔍 Latest deploy log https://app.netlify.com/projects/lighthearted-horse-cb265f/deploys/6a2d7157e1d662000815e352
😎 Deploy Preview https://deploy-preview-139--lighthearted-horse-cb265f.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jun 13, 2026

Copy link
Copy Markdown

Deploy Preview for teal-marigold-63a001 ready!

Name Link
🔨 Latest commit e1b83f3
🔍 Latest deploy log https://app.netlify.com/projects/teal-marigold-63a001/deploys/6a2d71576e582900088a1724
😎 Deploy Preview https://deploy-preview-139--teal-marigold-63a001.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI changed the title [WIP] Fix the failing GitHub Actions job build Remove orphaned internship2026 gitlink blocking Actions build checkout Jun 13, 2026
Copilot AI requested a review from VishnuGanugula June 13, 2026 15:04
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

Successfully merging this pull request may close these issues.

2 participants