Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Feb 28, 2024
1 parent 0a9801e commit c229239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/polymorph_codegen/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c229239

Please sign in to comment.