Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Feb 19, 2024
1 parent d39a9a3 commit 7598297
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,10 @@ jobs:
- name: Validate all example resources in scope of the repository
run: |
for p in $PATH_TO_EXAMPLES;
do
echo "here is p"
echo "$p"
do
# Ensure directory ends with "/"
if [[ ! "$p" =~ .*/$ ]]; then
Expand Down

0 comments on commit 7598297

Please sign in to comment.