Skip to content

Commit

Permalink
fix: renaming for plugin slug
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Apr 4, 2024
1 parent 5ed8714 commit 81e4bd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wordpress-cs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Ranaming the directory to change the plugin slug
run: |
cd ..
mv openedx-wordpress-ecommerce openedx-commerce
cd openedx-commerce
- name: Setup PHP
uses: "shivammathur/setup-php@v2"
Expand Down

0 comments on commit 81e4bd3

Please sign in to comment.