From bf0a8cf7a126cd37d58e9fb5260f0613875246e4 Mon Sep 17 00:00:00 2001 From: Shane Madden Date: Tue, 11 Feb 2020 17:14:32 -0700 Subject: [PATCH] Add 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..718073c --- /dev/null +++ b/action.yml @@ -0,0 +1,9 @@ +name: 'Factorio Mod Portal Publish' +author: 'Shane Madden' +description: 'Publishes repos with Factorio mods to the Factorio mod portal' +runs: + using: 'docker' + image: 'Dockerfile' +branding: + icon: 'settings' + color: 'orange'