Skip to content

Commit

Permalink
Test against python repos
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 14, 2023
1 parent e9a8c21 commit 14329ac
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 @@ -35,7 +35,7 @@ jobs:
if: github.event_name == 'pull_request'
run: |
# Dry run and short repo list
cat <<< $(jq '.+= {"dryRun": "full"}' ${{ env.config }}) > ${{ env.config }}
# cat <<< $(jq '.+= {"dryRun": "full"}' ${{ env.config }}) > ${{ env.config }}
cat <<< $(jq '. | .repositories = ${{ env.pr_set }}' ${{ env.config }}) > ${{ env.config }}
cat ${{ env.config }} | jq .repositories
Expand Down

0 comments on commit 14329ac

Please sign in to comment.