Add an action.yml file

This commit is contained in:
2024-02-20 22:17:21 +01:00
parent e06a85360f
commit 5c5d1fcf5b

5
action.yml Normal file
View File

@@ -0,0 +1,5 @@
name: 'Create pull request'
description: 'Create pull requests in gitea'
runs:
using: 'go'
main: 'main.go'