From f0a7fd0987c5e15e0252b7f9fdfaf122a564bac9 Mon Sep 17 00:00:00 2001 From: Vamshi Date: Sun, 11 Jan 2026 08:28:56 +0000 Subject: [PATCH 1/4] Use HTTPS for capstone submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f5c827f3..0b59d91a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,4 +12,4 @@ url = https://github.com/sidpalas/shell-container-action.git [submodule "capstone"] path = capstone - url = git@github.com:sidpalas/capstone.git + url = https://github.com/sidpalas/capstone.git From c8c19dd1dfde3a101bacd46d3b4a1f8bbba85b9a Mon Sep 17 00:00:00 2001 From: Vamshi Date: Sun, 11 Jan 2026 15:44:19 +0000 Subject: [PATCH 2/4] test for push --- 03-core-features/filters/included-file.md | 1 + 1 file changed, 1 insertion(+) diff --git a/03-core-features/filters/included-file.md b/03-core-features/filters/included-file.md index e69de29b..66ff37e1 100644 --- a/03-core-features/filters/included-file.md +++ b/03-core-features/filters/included-file.md @@ -0,0 +1 @@ +Test for push \ No newline at end of file From 781d11af5b1921d25d119aa1c374a7a4b9a0342a Mon Sep 17 00:00:00 2001 From: Vamshi Date: Sun, 11 Jan 2026 15:55:51 +0000 Subject: [PATCH 3/4] pull trigger --- 03-core-features/filters/included-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-core-features/filters/included-file.md b/03-core-features/filters/included-file.md index 66ff37e1..d92d449b 100644 --- a/03-core-features/filters/included-file.md +++ b/03-core-features/filters/included-file.md @@ -1 +1 @@ -Test for push \ No newline at end of file +Test for push working \ No newline at end of file From e78c99393b2fa869bf2121b648c75d7cb5dcf1aa Mon Sep 17 00:00:00 2001 From: Vamshi Date: Sun, 11 Jan 2026 16:07:03 +0000 Subject: [PATCH 4/4] test for exclusion --- 03-core-features/filters/excluded-file.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/03-core-features/filters/excluded-file.txt b/03-core-features/filters/excluded-file.txt index e69de29b..62e0a3be 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -0,0 +1 @@ +test for exclusion \ No newline at end of file