From cc7c589967fe9dc9c028ffa0f879d3582460ab2f Mon Sep 17 00:00:00 2001 From: GrafMKristo Date: Mon, 2 Feb 2026 15:43:32 +0400 Subject: [PATCH 1/4] Add bash-container-action submodule --- .gitmodules | 6 +++--- .../container-actions/bash-container-action | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 06-authoring-actions/container-actions/bash-container-action diff --git a/.gitmodules b/.gitmodules index f5c827f3..373384e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,12 +4,12 @@ [submodule "06-authoring-actions/javascript-actions/typescript-action-with-build"] path = 06-authoring-actions/javascript-actions/typescript-action-with-build url = https://github.com/sidpalas/typescript-action-with-build.git -[submodule "06-authoring-actions/container-actions/bash-container-action"] - path = 06-authoring-actions/container-actions/bash-container-action - url = https://github.com/sidpalas/bash-container-action.git [submodule "06-authoring-actions/container-actions/shell-container-action"] path = 06-authoring-actions/container-actions/shell-container-action url = https://github.com/sidpalas/shell-container-action.git [submodule "capstone"] path = capstone url = git@github.com:sidpalas/capstone.git +[submodule "06-authoring-actions/container-actions/bash-container-action"] + path = 06-authoring-actions/container-actions/bash-container-action + url = https://github.com/sidpalas/bash-container-action.git diff --git a/06-authoring-actions/container-actions/bash-container-action b/06-authoring-actions/container-actions/bash-container-action new file mode 160000 index 00000000..8b700628 --- /dev/null +++ b/06-authoring-actions/container-actions/bash-container-action @@ -0,0 +1 @@ +Subproject commit 8b700628ce500aa4e3550ff9a3ede3b64cf5cdac From 791c566217079cafeb63b58d44047559f73c3837 Mon Sep 17 00:00:00 2001 From: GrafMKristo Date: Mon, 2 Feb 2026 22:50:13 +0400 Subject: [PATCH 2/4] sftdhj --- .github/workflows/03-core-features--04-triggers-and-filters.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/03-core-features--04-triggers-and-filters.yaml b/.github/workflows/03-core-features--04-triggers-and-filters.yaml index d5d72d3b..7dcdeeb2 100644 --- a/.github/workflows/03-core-features--04-triggers-and-filters.yaml +++ b/.github/workflows/03-core-features--04-triggers-and-filters.yaml @@ -1,4 +1,5 @@ name: Triggering Events +# just a comment line # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows on: From 65cb56bcceb39969bb605415922246ebe949d194 Mon Sep 17 00:00:00 2001 From: GrafMKristo Date: Mon, 2 Feb 2026 22:52:40 +0400 Subject: [PATCH 3/4] asedg --- 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..d35aaa45 100644 --- a/03-core-features/filters/included-file.md +++ b/03-core-features/filters/included-file.md @@ -0,0 +1 @@ +A change \ No newline at end of file From f22cfeb759a8d79915677cfc3e9014e55ea23d32 Mon Sep 17 00:00:00 2001 From: GrafMKristo Date: Mon, 2 Feb 2026 22:59:04 +0400 Subject: [PATCH 4/4] rtju --- 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..d35aaa45 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -0,0 +1 @@ +A change \ No newline at end of file