Skip to content

Commit

Permalink
fix: catch문 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJeongHooo committed Jun 24, 2024
1 parent cc4a206 commit df4fd2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/slack-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
pull_number : context.issue.pull_number
})
return pr.data
} catch (err) {
core.setFailed('Fail')
}
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit df4fd2a

Please sign in to comment.