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'