Skip to content

Commit

Permalink
refactor: owner, repo 로그 출력 #443
Browse files Browse the repository at this point in the history
  • Loading branch information
novice0840 committed Dec 30, 2024
1 parent c8c25e7 commit 6bc622c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/progress-alarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
repo,
since: `${today}T00:00:00Z`, // 오늘의 00:00부터 시작
});
console.log('Commits:', commits.data);
console.log('Commits:', commits.data, owner, repo);
// 각 커밋에 대해 작성자와 PR 정보 추가
commits.data.forEach(commit => {
const author = commit.committer.login; // 커밋 작성자
Expand Down

0 comments on commit 6bc622c

Please sign in to comment.