first commit
This commit is contained in:
16
action.yaml
Normal file
16
action.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: 'HEALTH CHECK'
|
||||
description: '檢查服務健康狀態'
|
||||
author: 'Jeffery'
|
||||
inputs:
|
||||
CHECK_URL:
|
||||
description: '檢查URL'
|
||||
required: true
|
||||
HEALTH_CODE:
|
||||
description: '健康碼'
|
||||
default: '200'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
env:
|
||||
CHECK_URL: ${{ inputs.CHECK_URL }}
|
||||
HEALTH_CODE: ${{ inputs.HEALTH_CODE }}
|
||||
Reference in New Issue
Block a user