Skip to content

Commit

Permalink
chore: Bump to use Node 20, update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Apr 2, 2024
1 parent f800cc3 commit fa1f66a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ branding:
inputs:
status:
required: true
description: 'The status of the job'
steps:
description: 'Set to ${{ toJson(steps) }} to detail out successful/failed steps'
required: false
default: '{}'
jobName:
description: 'The name of the job'
required: false
runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'

0 comments on commit fa1f66a

Please sign in to comment.