Create action.yml
This commit is contained in:
9
action.yml
Normal file
9
action.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: godot-ci
|
||||
description: Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
|
||||
author: aBarichello
|
||||
branding:
|
||||
color: gray-dark
|
||||
icon: git-merge
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://barichello/godot-ci'
|
||||
Reference in New Issue
Block a user