From 5c5d1fcf5b7b9bc226e855c54bf9d02147971d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 20 Feb 2024 22:17:21 +0100 Subject: [PATCH] Add an action.yml file --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..1f063be --- /dev/null +++ b/action.yml @@ -0,0 +1,5 @@ +name: 'Create pull request' +description: 'Create pull requests in gitea' +runs: + using: 'go' + main: 'main.go'