Skip to content

Commit a317be8

Browse files
committed
Refactor CI workflow to correctly set environment variables with proper indentation
1 parent 45ebc6c commit a317be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snowpark-ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -r requirements.txt
23-
- name: Set environment variables
24-
run: |
23+
- name: Set environment variables
24+
run: |
2525
echo "AWS_ACCESS_KEY=${{ secrets.AWS_ACCESS_KEY }}" >> $GITHUB_ENV
2626
echo "AWS_SECRET_KEY=${{ secrets.AWS_SECRET_KEY }}" >> $GITHUB_ENV
2727
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then

0 commit comments

Comments
 (0)