Skip to content

Commit

Permalink
Update ReopBot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stualan authored Jan 4, 2025
1 parent d995b08 commit 9d78937
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 9d78937

Please sign in to comment.