Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Feb 13, 2024
1 parent 860cbfa commit be9d3c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/templates/check_src_changes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
id: changed-files-wato-msgs
uses: tj-actions/changed-files@v42
with:
files: src/wato-msgs/**
files: src/wato_msgs/**

- name: Find changed files inside src/action folder
id: changed-files-action
Expand Down
2 changes: 1 addition & 1 deletion .github/templates/check_src_changes/check_src_changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [$INFRASTRUCTURE_CHANGED == 'true']; then
MODIFIED_MODULES="infrastructure"
else
echo "::notice:: MODIFIED_MODULES are $MODIFIED_MODULES"
if
fi

# Output list
echo "modified_modules=$MODIFIED_MODULES" >> $GITHUB_OUTPUT

0 comments on commit be9d3c7

Please sign in to comment.