Skip to content

Commit

Permalink
Update Changelog.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrenny authored Aug 1, 2023
1 parent 3a18117 commit e52f2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
run: |
changed_files_string="${{ steps.changed-files.outputs.all_changed_files }}"
read -ra changed_files_array <<< "$changed_files_string"
chmod +x changelog_check.sh
chmod +x scripts/changelog_check.sh
for changed_file in "${changed_files_array[@]}"; do
if [[ "$changed_file" == *"/template."* ]]; then
./changelog_check.sh $(dirname $changed_file)
scripts/changelog_check.sh $(dirname $changed_file)
fi
done

0 comments on commit e52f2e7

Please sign in to comment.