From 28235ab57bb4bc7e5eeafd35cd2310091c4d8bf4 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 28 Nov 2023 22:54:30 +0100 Subject: [PATCH] action.yml: add script again --- action.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/action.yml b/action.yml index 9f0310f..76ab979 100644 --- a/action.yml +++ b/action.yml @@ -17,9 +17,9 @@ runs: - 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') + - id: llm-and-post-message + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + with: + script: | + console.log('rerun') + console.log('implement me')