Skip to content

Commit

Permalink
Merge branch 'main' into release/3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Jul 19, 2024
2 parents da1f143 + 03f0cd5 commit 5750dcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on:
- '.github/workflows/php-compatibility.yml'
jobs:
phpcs-compatibility:
uses: pods-framework/.github/.github/workflows/php-compatibility.yml@main
secrets:
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
- uses: pods-framework/.github/.github/workflows/php-compatibility.yml@main
env:
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/php-phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on:
- '.github/workflows/php-phpcs.yml'
jobs:
phpcs:
uses: pods-framework/.github/.github/workflows/php-phpcs.yml@main
secrets:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
- uses: pods-framework/.github/.github/workflows/php-phpcs.yml@main
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

0 comments on commit 5750dcd

Please sign in to comment.