Skip to content

Commit

Permalink
build: use reusable workflow
Browse files Browse the repository at this point in the history
ReuDa committed Dec 6, 2023
1 parent 20a0d0f commit 5fd3424
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ on:
type: boolean
required: true
description: |
If set to true, the workflow will build Linux packages
If set to 'true', the workflow will build Linux packages
secrets:
SONAR_TOKEN:
required: false
@@ -92,6 +92,10 @@ jobs:
packages: write

steps:

- name: test
run: echo "build_linux_packages is ${{ inputs.build_linux_packages }}"

- name: Checkout repository
uses: actions/checkout@v4
with:

0 comments on commit 5fd3424

Please sign in to comment.