Skip to content

Commit

Permalink
Merge pull request #529 from timyates/patch-1
Browse files Browse the repository at this point in the history
Add `check_retries` to action.yml
  • Loading branch information
mikepenz committed Mar 24, 2022
2 parents 47c2b1d + e9e477c commit 2ac86f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Expand Up @@ -54,6 +54,10 @@ inputs:
description: 'Additional text to summary output'
required: false
default: ''
check_retries:
description: 'If a testcase is retried, ignore the original failure.'
required: false
default: 'false'
runs:
using: 'node16'
main: 'dist/index.js'

0 comments on commit 2ac86f7

Please sign in to comment.