Skip to content

Commit

Permalink
Update ReopBot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stualan authored Dec 7, 2024
1 parent 6d5e4f6 commit 7ae6026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ReopBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
console.log('API response:', response.data);
const updateUserNotesResp = await axios.get(https://api.intensivecolearn.ing/api/programs/updateStudynotes?owner=${owner}&repo=${repo}&userGitId=${user.id}`);
const updateUserNotesResp = await axios.get(`https://api.intensivecolearn.ing/api/programs/updateStudynotes?owner=${owner}&repo=${repo}&userGitId=${user.id}`);
console.log('updateUserNotesRespAPI response:', updateUserNotesResp.data);
Expand Down

0 comments on commit 7ae6026

Please sign in to comment.