Skip to content

Commit a46b078

Browse files
committed
build: use reusable workflow
1 parent 3f165bd commit a46b078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-extension-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
type: boolean
1515
required: true
1616
description: |
17-
If set to 'true', the workflow will build Linux packages
17+
If set to true, the workflow will build Linux packages
1818
secrets:
1919
SONAR_TOKEN:
2020
required: false
@@ -162,7 +162,7 @@ jobs:
162162
-d '{"ref":"main","inputs":{"extension":"${{ github.repository }}","version":"${{ steps.meta.outputs.version }}","revision":"${{ github.sha }}"}}'
163163
164164
build-packages:
165-
if: ${{ github.event.inputs.build_linux_packages == 'true' }}
165+
if: ${{ github.event.inputs.build_linux_packages }}
166166
name: Build Linux Packages
167167
needs:
168168
- audit

0 commit comments

Comments
 (0)