Skip to content

Commit

Permalink
action.yml: add script again
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon authored Nov 28, 2023
1 parent e67f0b8 commit 28235ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 28235ab

Please sign in to comment.