Skip to content

Commit

Permalink
Update action info, and bump to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Oct 12, 2022
1 parent 424f35a commit d546443
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ inputs:
name:
description: The name of the artifact to delete; multiple names can be supplied on new lines.
required: true
useGlob:
description: Indicates whether the name, or names, should be treated as glob patterns.
required: false
default: 'true'
failOnError:
description: Indicates whether the action should fail upon encountering an error.
required: false
default: true
default: 'true'
runs:
using: node12
using: node16
main: ./dist/index.js
branding:
icon: trash-2
Expand Down

0 comments on commit d546443

Please sign in to comment.