DevOps

· DevOps
https://github.com/marketplace/actions/action-slack action-slack - GitHub Marketplace You can notify slack of GitHub Actions github.com action/slack을 이용하여 깃허브 액션이 시작되면 slack 메시지를 발송하도록 만들었지만 가장 마지막의 commit message만을 표시하는 문제점이 있었다. 모든 commit message를 보여주기 위해 다음과 같은 코드를 작성했다. 1. checkout을 통해 코드 가져오기 - name: Checkout code uses: actions/checkout@v3 with: fetch-depth: 0 fetch-depth: 0 로 설정되어 있어야 모든 커..
cslee00
'DevOps' 태그의 글 목록