This commit is contained in:
16
action.yml
Normal file
16
action.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: "Call Service Updater"
|
||||
description: "Triggers the internal updater service via HTTP"
|
||||
author: "Leon Hoppe"
|
||||
|
||||
inputs:
|
||||
service:
|
||||
description: "Name of the service to update"
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Call updater
|
||||
shell: sh
|
||||
run: |
|
||||
curl -N "http://updater:5000/update/${{ inputs.service }}"
|
||||
Reference in New Issue
Block a user