Skip to content

Commit

Permalink
action.yml: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon authored Nov 28, 2023
1 parent ebe41ca commit f838c26
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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')

0 comments on commit f838c26

Please sign in to comment.