Skip to content

Commit

Permalink
Update reusable flow
Browse files Browse the repository at this point in the history
  • Loading branch information
sclark3-godaddy committed May 20, 2024
1 parent 05c2c15 commit 937df0f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion workflow-templates/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:
- '.github/workflows/php-compatibility.yml'
jobs:
phpcs-compatibility:
uses: pods-framework/.github/workflows/php-compatibility.yml@main
uses: pods-framework/.github/.github/workflows/php-compatibility.yml@main
2 changes: 1 addition & 1 deletion workflow-templates/php-phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:
- '.github/workflows/php-phpcs.yml'
jobs:
phpcs:
uses: pods-framework/.github/workflows/php-phpcs.yml@main
uses: pods-framework/.github/.github/workflows/php-phpcs.yml@main
2 changes: 1 addition & 1 deletion workflow-templates/php-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:
- '.github/workflows/php-phpstan.yml'
jobs:
phpstan:
uses: pods-framework/.github/workflows/php-phpstan.yml@main
uses: pods-framework/.github/.github/workflows/php-phpstan.yml@main

0 comments on commit 937df0f

Please sign in to comment.