Skip to content

Commit

Permalink
Update alz-pattern-update-policies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenhuitema authored Jul 19, 2024
1 parent bc1ecc4 commit 72d45e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alz-pattern-update-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ jobs:
- name: Stage changes
run: |
echo "==> Stage changes..."
mapfile -t STATUS_LOG < <(git status --short | grep eslzArm/)
mapfile -t STATUS_LOG < <(git status --short | grep patterns/alz)
if [ ${#STATUS_LOG[@]} -gt 0 ]; then
echo "Found changes to the following files:"
printf "%s\n" "${STATUS_LOG[@]}"
git add --all ./eslzArm
git add --all ./patterns/alz
else
echo "No changes to add."
fi
Expand Down

0 comments on commit 72d45e9

Please sign in to comment.