From ba1d2bdb2c693813c4cffdbbd9e2c56bfccffbd3 Mon Sep 17 00:00:00 2001 From: Mark Do Date: Wed, 7 Feb 2024 22:19:09 +0000 Subject: [PATCH] testing output variables --- .github/workflows/temp_ci_test.yml | 1 + src/action/test.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/temp_ci_test.yml b/.github/workflows/temp_ci_test.yml index e608263e..7064e737 100644 --- a/.github/workflows/temp_ci_test.yml +++ b/.github/workflows/temp_ci_test.yml @@ -105,6 +105,7 @@ jobs: - name: Sanity check run: | echo 1 ${{ steps.report-changes.outputs.modified_modules }} + echo 2 ${{ env.CHANGED_MODULES }} setup-environment: name: Setup environment diff --git a/src/action/test.txt b/src/action/test.txt index e440e5c8..56a6051c 100644 --- a/src/action/test.txt +++ b/src/action/test.txt @@ -1 +1 @@ -3 \ No newline at end of file +1 \ No newline at end of file