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

Commit 6aa5c19

Browse files
authored
Update import_packages.yml
1 parent 67f74e3 commit 6aa5c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/import_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
else
4040
artifacts_exist=false
4141
fi
42-
echo "::set-output name=artifacts_exist::$artifacts_exist"
42+
echo "::set-output name=has_artifacts::$artifacts_exist"
4343
4444
- name: Download the latest artifact
4545
if: steps.get-run-id.outputs.has_artifacts == 'true'

0 commit comments

Comments
 (0)