Skip to content

Commit

Permalink
fix variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerSchinkoethe committed Jan 27, 2025
1 parent d3641b7 commit 88baa8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-renovate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
curl -H "Authorization: Bearer $APAX_TOKEN" "https://api.simatic-ax.siemens.io/apax/login?format=npmrc" -o .npmrc
# Store the npmrc file in the RENOVATE_NPMRC variable so that it can be used in the next step:
{
echo 'RENOVATE_AUTODISCOVERFILTER<<EOF'
echo 'RENOVATE_NPMRC<<EOF'
cat .npmrc
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_NPMRC<<renovate_reposetory_filter'
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 88baa8f

Please sign in to comment.