diff --git a/.github/actions/polymorph_codegen/action.yml b/.github/actions/polymorph_codegen/action.yml index 8e894cb67..a59ca5494 100644 --- a/.github/actions/polymorph_codegen/action.yml +++ b/.github/actions/polymorph_codegen/action.yml @@ -64,7 +64,7 @@ runs: - name: Regenerate Dafny code using smithy-dafny # Unfortunately Dafny codegen doesn't work on Windows: # https://github.com/smithy-lang/smithy-dafny/issues/317 - if: runner.os != "Windows" + if: runner.os != 'Windows' working-directory: ./${{ inputs.library }} shell: bash run: |