Skip to content

Commit

Permalink
Update completeness_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor authored Dec 10, 2024
1 parent 57369ed commit 77d9946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/completeness_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Check if https://github.com/lvgl/lvgl_project_creator/blob/master/manifests has a link to this repo
run: |
REPO_URL=$(git config --get remote.origin.url | sed 's/\.git$//')
REPO_URL=$(git config --get remote.origin.url | sed 's/.*\/\/[^\/]*\/\([^\/]*\/[^\/]*\).*/\1/')
curl -s https://raw.githubusercontent.com/lvgl/lvgl_project_creator/master/manifests | grep -q "$REPO_URL"
if [ $? -ne 0 ]; then
echo "Manifest does not contain a link to this repository." && exit 1;
Expand Down

0 comments on commit 77d9946

Please sign in to comment.