Skip to content

Commit

Permalink
fix assignment of variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerSchinkoethe committed Jan 28, 2025
1 parent ebf40ac commit 51f1244
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reusable-renovate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +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 51f1244

Please sign in to comment.