Skip to content

Commit 7578d73

Browse files
EliEli
authored andcommitted
Removed leading spaces from heredoc
1 parent 4b2aff9 commit 7578d73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
fi
4848
4949
cat > conda.recipe/variant.yaml <<EOF
50-
PKG_VERSION: $PKG_VERSION
51-
SCM_VERSION: $RAW_VERSION
52-
EOF
50+
PKG_VERSION: $PKG_VERSION
51+
SCM_VERSION: $RAW_VERSION
52+
EOF
5353

5454
echo "PKG_VERSION: $PKG_VERSION" > conda.recipe/variant.yaml
5555
cat conda.recipe/variant.yaml

0 commit comments

Comments
 (0)