Skip to content

Commit 8e10621

Browse files
authored
New: Github Action yml 파일 오타 수정
1 parent f7f8a0f commit 8e10621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
COLOR="warning"
5454
fi
5555
56-
BUILD_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run-id }}"
56+
BUILD_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
5757
5858
curl -X POST -H 'Content-type: application/json' --data \
5959
'{

0 commit comments

Comments
 (0)