[PR #2613] feat: submodules #2519

Open
opened 2026-03-01 21:55:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2613
Author: @jmikedupont2
Created: 1/13/2025
Status: 🔄 Open

Base: masterHead: feature/submodules


📝 Commits (3)

📊 Changes

6 files changed (+5402 additions, -4465 deletions)

View changed files

📝 .github/workflows/checks.yml (+0 -1)
📝 .mergify.yml (+0 -1)
📝 README.md (+20 -0)
📝 codecov.yml (+2 -2)
📝 pkg/runner/hashfiles/index.js (+5379 -4461)
runact.sh (+1 -0)

📄 Description

The purpose of this ticket is to create a branch to support submodules,

the use case is https://github.com/meta-introspector/time
that contains 2023/09/30/act as a submodule which cannot be built.

### Processed [GIT] files
- Using [git_diff v2.30.3] https://megalinter.github.io/v5/descriptors/git_git_diff
- MegaLinter key: [GIT_GIT_DIFF]
- Rules config: identified by [git_diff]
--Error detail:
fatal: not a git repository: /tmp/lint/../../../../../.git/modules/time/modules/2023/09/30/act
❌ Linted [GIT] files with [git_diff]: Found 1 error(s) - (0.01s)
[Text Reporter] Generated TEXT report: /tmp/lint/report/linters_logs/ERROR-GIT_GIT_DIFF.log

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2613 **Author:** [@jmikedupont2](https://github.com/jmikedupont2) **Created:** 1/13/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature/submodules` --- ### 📝 Commits (3) - [`e89b31a`](https://github.com/nektos/act/commit/e89b31ac5aa07ddf17b3213195e8331b68547e5e) running act - [`5d03170`](https://github.com/nektos/act/commit/5d03170c282414fd6e8ef82483a00b78c228a5df) format - [`aeea90c`](https://github.com/nektos/act/commit/aeea90ca0e503f66bbbb245aad91f50f934cc3de) adding readme for the error ### 📊 Changes **6 files changed** (+5402 additions, -4465 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/checks.yml` (+0 -1) 📝 `.mergify.yml` (+0 -1) 📝 `README.md` (+20 -0) 📝 `codecov.yml` (+2 -2) 📝 `pkg/runner/hashfiles/index.js` (+5379 -4461) ➕ `runact.sh` (+1 -0) </details> ### 📄 Description The purpose of this ticket is to create a branch to support submodules, the use case is https://github.com/meta-introspector/time that contains 2023/09/30/act as a submodule which cannot be built. ``` ### Processed [GIT] files - Using [git_diff v2.30.3] https://megalinter.github.io/v5/descriptors/git_git_diff - MegaLinter key: [GIT_GIT_DIFF] - Rules config: identified by [git_diff] --Error detail: fatal: not a git repository: /tmp/lint/../../../../../.git/modules/time/modules/2023/09/30/act ❌ Linted [GIT] files with [git_diff]: Found 1 error(s) - (0.01s) [Text Reporter] Generated TEXT report: /tmp/lint/report/linters_logs/ERROR-GIT_GIT_DIFF.log ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2519
No description provided.