Skip to content

Commit 38cee15

Browse files
Update pylint.yml
1 parent dd55aba commit 38cee15

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/pylint.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ jobs:
2626
- name: Execute Test Cases
2727
run: |
2828
pytest -v --junit-xml=tests.xml --cov-report=xml --cov=app/core
29-
- uses: shallwefootball/s3-upload-action@master
29+
- uses: ochanje210/s3-upload-action@master
3030
with:
31-
aws_key_id: ${{ secrets.AWS_KEY_ID }}
32-
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
33-
aws_bucket: "artifactsmaven"
34-
source_dir: 'app'
31+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_KEY_ID }}
32+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
33+
AWS_S3_BUCKET: artifactsmaven
34+
SOURCE_DIR: 'app'
35+
DEST_DIR: 'app'
3536
- name: Execute Lint
3637
run: |
3738
score=10

0 commit comments

Comments
 (0)