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')