Skip to content

Commit

Permalink
Invalid multiple condition for docs-build action (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Jan 5, 2023
1 parent fbf76d3 commit e46fd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:

- name: "Install Git and clone project"
uses: actions/checkout@v3
if: ${{ inputs.skip-install == 'false' && inputs.checkout == 'true' }}
if: ${{ inputs.checkout == 'true' }}

- name: "Check if X Virtual Frame Buffer is needed"
shell: bash
Expand Down

0 comments on commit e46fd85

Please sign in to comment.