Skip to content

Commit

Permalink
change quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerSchinkoethe committed Jan 28, 2025
1 parent 51f1244 commit ebc0041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-renovate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo EOF
} >> "$GITHUB_ENV"
# Store the value of '' in globale variable RENOVATE_AUTODISCOVERFILTER, that is used in renovate-global-config.js om next step:
echo 'RENOVATE_AUTODISCOVERFILTER=$RENOVATE_REPOSETORY_FILTER' >> "$GITHUB_ENV"
echo "RENOVATE_AUTODISCOVERFILTER=$RENOVATE_REPOSETORY_FILTER" >> "$GITHUB_ENV"
# Store the
# Mask the contents of the npmrc file so that they don't appear in job logs:
while read -r line;
Expand Down

0 comments on commit ebc0041

Please sign in to comment.