Add an action.yml file

This commit is contained in:
Julien Fastré 2024-02-20 22:17:21 +01:00
parent e06a85360f
commit 5c5d1fcf5b
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 5 additions and 0 deletions

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'