We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2e790 commit fbf76d3Copy full SHA for fbf76d3
check-licenses/action.yml
@@ -32,7 +32,7 @@ runs:
32
using: "composite"
33
steps:
34
- name: "Install Git and clone project"
35
- if: ${{ (inputs.skip-install == 'false') && (inputs.checkout == 'true') }}
+ if: ${{ inputs.skip-install == 'false' && inputs.checkout == 'true' }}
36
uses: actions/checkout@v3
37
38
- name: "Set up Python"
doc-build/action.yml
@@ -44,7 +44,7 @@ runs:
44
45
46
47
48
49
- name: "Check if X Virtual Frame Buffer is needed"
50
shell: bash
0 commit comments