Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit e9dac47

Browse files
authored
Update import_packages.yml
1 parent 7c02cdc commit e9dac47

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/import_packages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
inputs:
66
enable_artifact_download:
77
description: 'Enable artifact download step'
8+
type: boolean
89
required: false
9-
default: 'false' # Default value can be 'true' or 'false'
10+
default: true
1011
jobs:
1112
# This workflow contains a single job called "greet"
1213
sync_db:
@@ -30,7 +31,7 @@ jobs:
3031
git lfs pull
3132
3233
- name: Download artifact
33-
if: ${{ github.event.inputs.enable_artifact_download == 'true' }}
34+
if: ${{ github.event.inputs.enable_artifact_download == true }}
3435
id: download-artifact
3536
uses: dawidd6/action-download-artifact@v6
3637
with:

0 commit comments

Comments
 (0)