Skip to content

Commit

Permalink
fix(cicd): fixed jq expression for name with -
Browse files Browse the repository at this point in the history
  • Loading branch information
JBBianchi committed Nov 29, 2023
1 parent 01108f8 commit 6477f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js-package-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Read packages configuration file
id: package-config
run: |
package=`cat ./.github/js-packages.json | jq '.${{ inputs.package }}' --compact-output`
package=`cat ./.github/js-packages.json | jq '."${{ inputs.package }}"' --compact-output`
echo "package=$package" >> "$GITHUB_OUTPUT"
- name: Defined output 'package-config' as
Expand Down

0 comments on commit 6477f6c

Please sign in to comment.