From da5ed11f203bf22b0d3bd36a94f195bccda8d252 Mon Sep 17 00:00:00 2001 From: BARICHELLO Date: Tue, 19 May 2020 23:25:23 -0300 Subject: [PATCH] Create action.yml --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..b389d87 --- /dev/null +++ b/action.yml @@ -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'