From f838c260ef654801252f210a7db479094a774e6c Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 28 Nov 2023 19:45:54 +0100 Subject: [PATCH] action.yml: simplify --- action.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/action.yml b/action.yml index e0582cb..4aba4ea 100644 --- a/action.yml +++ b/action.yml @@ -1,13 +1,16 @@ name: 'puLL-Merge' -description: puLL-Merge is a github-action to add LLM capabilities to pull-requests in github automatically -inputs: -outputs: +description: 'puLL-Merge is a github-action to add LLM capabilities to pull-requests in github automatically' +# inputs: +# outputs: runs: using: 'composite' steps: - - id: llm-and-post-message - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 - with: - script: | - console.log('rerun') - console.log('implement me') + - shell: bash + run: | + echo antani + #- id: llm-and-post-message + # uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + # with: + # script: | + # console.log('rerun') + # console.log('implement me')