carpentries / actions

GitHub Actions for use in Carpentries-style lessons
1 stars 8 forks source link

add fail_on_error argument to check-valid-pr #51

Closed zkamvar closed 2 years ago

zkamvar commented 2 years ago

This adds the fail_on_error argument to revert the test to the default of not failing if valid is false.

zkamvar commented 2 years ago

Note: this is failing the tests because we are trying to update the action that these tests use

zkamvar commented 2 years ago

This works; I'm merging it