We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9a1a6 commit dd33233Copy full SHA for dd33233
.github/workflows/check_dependencies.yml
@@ -59,7 +59,7 @@ jobs:
59
if [[ $line =~ (https://github.com[^@ #]*(\.git)?) ]]; then
60
urls+=("${BASH_REMATCH[0]}")
61
fi
62
- done < base.txt
+ done < "${base_txt_path}"
63
echo "::set-output name=github_urls::${urls[*]}"
64
65
- name: Display GitHub URLs
0 commit comments