Skip to content

Commit d2624c9

Browse files
authored
ci: ci 테스트 (#358)
* ci: ci 테스트 * ci: 더미 스크립트 작성 * ci: 더미 스크립트 작성 * ci: ci 테스트 * ci: final 스크립트 작성 * ci: ci 테스트 * ci: ci 테스트 * ci: ci 테스트 * ci: 스크립트 변경
1 parent 6b42e9f commit d2624c9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/ci_gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
curl -X POST -H "Accept: application/vnd.github.v3+json" \
4747
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
4848
https://api.github.com/repos/${{ github.repository }}/dispatches \
49-
-d '{"event_type":"final_check"}'
49+
-d '{"event_type":"final_check", "client_payload": {"pull_request_number": ${{ github.event.pull_request.number }}}}'

.github/workflows/dummy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
curl -X POST -H "Accept: application/vnd.github.v3+json" \
1515
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
1616
https://api.github.com/repos/${{ github.repository }}/dispatches \
17-
-d '{"event_type":"final_check"}'
17+
-d '{"event_type":"final_check", "client_payload": {"pull_request_number": ${{ github.event.pull_request.number }}}}'

.github/workflows/final.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Final Check
22

33
on:
4+
workflow_dispatch:
45
repository_dispatch:
56
types: [ final_check ]
67

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Spon-us(스포너스)는 대학생 단체와 기업 간의 협찬, 제휴, 그
5858
<img src="https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white">
5959
<img src="https://img.shields.io/badge/Notion-000000?style=for-the-badge&logo=notion&logoColor=white">
6060
<img src="https://img.shields.io/badge/Swagger-85EA2D?style=for-the-badge&logo=swagger&logoColor=white">
61-
<img src="https://img.shields.io/badge/Discord-5865FE?style=for-the-badge&logo=discord&logoColor=white">
61+
<img src="https://img.shields.io/badge/Discord-5865FE?style=for-the-flat&logo=discord&logoColor=white">
6262
</p>
6363

6464
<br>

0 commit comments

Comments
 (0)