Skip to content

Commit

Permalink
changed txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Feb 7, 2024
1 parent 4fe43d9 commit b44f89e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/temp_ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/action/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5
2
2 changes: 1 addition & 1 deletion src/interfacing/test2.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
3

0 comments on commit b44f89e

Please sign in to comment.