Skip to content

Commit

Permalink
fix!: declare new environment verification option in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Jun 12, 2024
1 parent fd0ae9c commit 3d46dc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ inputs:
required: false
description: 'Verify the downloaded reporter''s checksum and GPG signature'
default: 'true'
verifyEnvironment:
required: false
description: 'Verify that the Action environment (OS and CPU architecture) is supported by Code Climate test reporter'
default: 'true'
runs:
using: 'node20'
main: 'lib/main.mjs'

0 comments on commit 3d46dc1

Please sign in to comment.