Skip to content

Commit

Permalink
Merge pull request #26 from betrybe/action-debug
Browse files Browse the repository at this point in the history
fix: atualiza action.yml para versao 9.3 da release
  • Loading branch information
igorgbr authored May 11, 2022
2 parents 7399446 + 89027a6 commit 8e3cdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ outputs:

runs:
using: 'docker'
image: 'docker://betrybe/jest-evaluator-action:v9.2'
image: 'docker://betrybe/jest-evaluator-action:v9.3'
args:
- ${{ inputs.npm-start }}
- ${{ inputs.wait-for }}

0 comments on commit 8e3cdf8

Please sign in to comment.