Skip to content

Commit

Permalink
Fix typo in Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Dec 22, 2021
1 parent 76369ac commit 4b0c35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/magento_platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

# Temporary downgrade until incompatibilities to Composer 2.2 are fixed
- name: Downgrade Composer v2 to 2.1.14
run: composer self-updarte --2 2.1.14
run: composer self-update --2 2.1.14
if: matrix.composer-version == 'v2'

- name: Get Composer Cache Directory
Expand Down

0 comments on commit 4b0c35d

Please sign in to comment.