Skip to content

Commit

Permalink
fix variable assginment
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerSchinkoethe committed Jan 28, 2025
1 parent 67776c0 commit ebf40ac
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 @@ -40,7 +40,7 @@ jobs:
} >> "$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<<simatic-ax/ae-hw-engineering'
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:
Expand Down

0 comments on commit ebf40ac

Please sign in to comment.