1
0
Fork 0
mirror of https://codeberg.org/spire/spcomp.git synced 2026-06-03 16:44:08 +02:00

add action definition

This commit is contained in:
Robin Appelman 2020-02-09 22:13:23 +01:00
commit ce9514fffa

16
action.yml Normal file
View file

@ -0,0 +1,16 @@
name: 'Compile Sourcemod plugin'
description: 'Compile sourcemod plugin when source changed'
author: 'icewind1991'
inputs:
source:
description: 'Path to sourcepawn file'
required: true
target:
description: 'Path to the output smx'
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.who-to-source }}
- ${{ inputs.target }}