Skip to content

Commit

Permalink
chore: testing ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Apr 3, 2024
1 parent ba08913 commit 0e71e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Extract GitHub URLs from base.txt
run: |
urls=()
base_txt_path="${GITHUB_WORKSPACE}/files/base.txt"
base_txt_path="./files/base.txt"
while IFS= read -r line; do
if [[ $line =~ (https://github.com[^@ #]*(\.git)?) ]]; then
urls+=("${BASH_REMATCH[0]}")
Expand Down

0 comments on commit 0e71e82

Please sign in to comment.