Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBM committed Nov 12, 2024
1 parent 3f40780 commit 5f7dc5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/universalnrp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
)"
# If no explicit packages defined, use the default packages
if [[ '${{ inputs.policyPackageList }}' == "[]" ]]; then
if [[ '${{ inputs.policyPackageList }}' == '[]' ]]; then
policyPackages="$(cat <<'EOL'
${{ env.DEFAULT_PACKAGE_LIST }}
EOL
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
output=${{ matrix.target.os }}-${{ matrix.target.version }}_${{ matrix.policy-package.short-name }}-${{ matrix.mode }}
echo name=${output} >> $GITHUB_OUTPUT
# Get the Policy Package URL
if ['${{ inputs.policyPackageList }}' == "[]"]; then
if [[ '${{ inputs.policyPackageList }}' == '[]' ]]; then
echo PolicyPackagePath=${{ steps.download.outputs.download-path }}/${{ matrix.policy-package.name }}.zip >> $GITHUB_OUTPUT
else
wget -O PolicyPackage.zip ${{ matrix.policy-package.policy-package-url }}
Expand Down

0 comments on commit 5f7dc5d

Please sign in to comment.