Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Change syntax of step if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung301 authored Jun 11, 2024
1 parent 9e946c6 commit 0bafe44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-wheelhouse/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:
steps:

- name: "Install Git and clone project"
if: inputs.checkout == true
if: ${{ inputs.checkout }}
uses: actions/checkout@v4

- name: "Set up Python ${{ inputs.python-version }}"
Expand Down

0 comments on commit 0bafe44

Please sign in to comment.