Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jul 22, 2024
1 parent 5fd8b3d commit 60933d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-critical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install AWS CLI
run: |
pip3 install \
--disable-pip-version-check install \
--disable-pip-version-check \
--ignore-installed \
awscli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-removed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install AWS CLI
run: |
pip3 install \
--disable-pip-version-check install \
--disable-pip-version-check \
--ignore-installed \
awscli
Expand Down

0 comments on commit 60933d0

Please sign in to comment.