Skip to content

Commit

Permalink
Merge pull request #659 from naher94/version-check-action
Browse files Browse the repository at this point in the history
Update version-check.yml
  • Loading branch information
naher94 authored Feb 13, 2024
2 parents 08339b3 + 05c1f83 commit 9f5b088
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
- name: List all changed files
run: |
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
echo "$file was changed changed"
if "'{{ $file }}' == '_config.yml'" then
echo "found CONFIG!!!"
fi
done

0 comments on commit 9f5b088

Please sign in to comment.