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 ed9a1a6 commit dd33233
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 @@ -59,7 +59,7 @@ jobs:
if [[ $line =~ (https://github.com[^@ #]*(\.git)?) ]]; then
urls+=("${BASH_REMATCH[0]}")
fi
done < base.txt
done < "${base_txt_path}"
echo "::set-output name=github_urls::${urls[*]}"
- name: Display GitHub URLs
Expand Down

0 comments on commit dd33233

Please sign in to comment.