Skip to content

Commit

Permalink
fixed small typo in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenyuX committed Aug 13, 2024
1 parent d9791f7 commit 6b83067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
- name: Run tests
run: |
python3 /src/runTests.py --keys "$(echo '[{\"name\": \"SECRET_KEY\", \"value\": \"${{ secrets.SECRET_KEY }}\"}]')"
python3 src/runTests.py --keys "$(echo '[{\"name\": \"SECRET_KEY\", \"value\": \"${{ secrets.SECRET_KEY }}\"}]')"

- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand Down

0 comments on commit 6b83067

Please sign in to comment.