Skip to content

Commit

Permalink
fix variable assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerSchinkoethe committed Jan 27, 2025
1 parent ea26870 commit d3641b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable-renovate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
run: |
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_NPMRC<<renovate_reposetory_filter'
} >> "$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<<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'
} >> "$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 d3641b7

Please sign in to comment.