Skip to content

Commit dd33233

Browse files
committed
chore: testing ci check
1 parent ed9a1a6 commit dd33233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if [[ $line =~ (https://github.com[^@ #]*(\.git)?) ]]; then
6060
urls+=("${BASH_REMATCH[0]}")
6161
fi
62-
done < base.txt
62+
done < "${base_txt_path}"
6363
echo "::set-output name=github_urls::${urls[*]}"
6464
6565
- name: Display GitHub URLs

0 commit comments

Comments
 (0)