Skip to content

Commit

Permalink
fixed node version for action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bemijonathan committed Oct 6, 2023
1 parent 7dbd85d commit 8c68ddb
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
name: "Ai PR summarizer"
description: "Ai enabled summarizer for PRs"
author: "bemijonathan"

# Define your inputs here.
# inputs:
# milliseconds:
# description: "Your input description here"
# required: true
# default: "1000"

# # Define your outputs here.
# outputs:
# time:
# description: "Your output description here"

branding:
color: "blue"
icon: "align-left"
runs:
using: node16
using: node20
main: dist/index.js

0 comments on commit 8c68ddb

Please sign in to comment.