Skip to content

Commit

Permalink
feat: multiple inputs (#94)
Browse files Browse the repository at this point in the history
Drop quotes for input flexibility
  • Loading branch information
DerekRoberts authored Oct 17, 2023
1 parent 100d33c commit b7491fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: inputs.repo
run: |
# Set target repo
cat <<< $(jq '. | .repositories = ["${{ inputs.repo }}"]' ${{ env.config }}) > ${{ env.config }}
cat <<< $(jq '. | .repositories = [${{ inputs.repo }}]' ${{ env.config }}) > ${{ env.config }}
cat ${{ env.config }} | jq .repositories
# PRs - dry run and a small number of repos
Expand Down

0 comments on commit b7491fe

Please sign in to comment.