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: 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/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 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 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