diff --git a/action.yml b/action.yml index e91ad61..797801d 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: 'Simple Go Action' description: 'A simple Gitea action written in go' +on: [push] +runs-on: ps_runner_labels inputs: username: description: 'The username to print'