Skip to content

Commit

Permalink
fix(ci): declare variable with export modifier to treat it as a env var
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective committed Apr 13, 2024
1 parent cbee533 commit 3e2c8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
package="renovate@=$ver"
echo "npx: $(npx --version)"
echo "installing: $package..."
H="$(mktemp)"
export H="$(mktemp)"
# let's do main part, but avoid pipefail
(npx --yes --package "$package" -- renovate-config-validator --strict || true)\
Expand Down

0 comments on commit 3e2c8c9

Please sign in to comment.