From b44f89ea2007ad279dd7cbb49b71555fc029c0aa Mon Sep 17 00:00:00 2001 From: Mark Do Date: Wed, 7 Feb 2024 17:44:53 +0000 Subject: [PATCH] changed txt --- .github/workflows/temp_ci_test.yml | 4 ++-- src/action/test.txt | 2 +- src/interfacing/test2.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/temp_ci_test.yml b/.github/workflows/temp_ci_test.yml index 0aa77260..6cb0b3ae 100644 --- a/.github/workflows/temp_ci_test.yml +++ b/.github/workflows/temp_ci_test.yml @@ -36,7 +36,7 @@ jobs: - name: Update CHANGED_MODULES for action if: steps.changed-files-action.outputs.any_changed == 'true' env: - CHANGED_MODULES: action + CHANGED_MODULES: "${{ env.CHANGED_MODULES }} action" run: | echo "Detected action changes" echo "CHANGED_MODULES: $CHANGED_MODULES" @@ -47,7 +47,7 @@ jobs: with: files: src/interfacing/** - - name: Update CHANGED_MODULES for action + - name: Update CHANGED_MODULES for interfacing if: steps.changed-files-interfacing.outputs.any_changed == 'true' env: CHANGED_MODULES: "${{ env.CHANGED_MODULES }} interfacing" diff --git a/src/action/test.txt b/src/action/test.txt index 7813681f..d8263ee9 100644 --- a/src/action/test.txt +++ b/src/action/test.txt @@ -1 +1 @@ -5 \ No newline at end of file +2 \ No newline at end of file diff --git a/src/interfacing/test2.txt b/src/interfacing/test2.txt index 56a6051c..e440e5c8 100644 --- a/src/interfacing/test2.txt +++ b/src/interfacing/test2.txt @@ -1 +1 @@ -1 \ No newline at end of file +3 \ No newline at end of file