change of the API url

This commit is contained in:
SaillantNicolas 2023-02-15 12:04:03 +01:00 committed by GitHub
parent c1be6b85d5
commit 7f3b9e182c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
steps:
- name: get informations from api and prepare email messages
run: |
response=$(curl -s https://api.github.com/repos/saillantnicolas/cgal/events)
response=$(curl -s https://api.github.com/repos/cgal/cgal/events)
eventcount=$(echo "$response" | jq '. | length')
for ((i=eventcount; i>=0; i--))
do