Skip to content

Commit

Permalink
Changing names, CG-132
Browse files Browse the repository at this point in the history
  • Loading branch information
iranimij committed Mar 6, 2024
1 parent 1597fc0 commit d6fd0a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ on: [push, pull_request]

jobs:
phpcs:
uses: customgento/general-github-actions/.github/workflows/coding-standard.yml@main
uses: customgento/m2-github-actions/.github/workflows/coding-standard.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ on: [push, pull_request]

jobs:
integration:
uses: customgento/general-github-actions/.github/workflows/integration.yml@main
uses: customgento/m2-github-actions/.github/workflows/integration.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/mess-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ on: [push, pull_request]

jobs:
phpmd:
uses: customgento/general-github-actions/.github/workflows/mess-detector.yml@main
uses: customgento/m2-github-actions/.github/workflows/mess-detector.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ on: [push, pull_request]

jobs:
phpstan:
uses: customgento/general-github-actions/.github/workflows/phpstan.yml@main
uses: customgento/m2-github-actions/.github/workflows/phpstan.yml@main
secrets: inherit

0 comments on commit d6fd0a1

Please sign in to comment.