Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Dec 29, 2023
1 parent c67ce7e commit 9bfa636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
tests:
uses: monicahq/workflows/.github/workflows/laravel.yml@fix-results
uses: monicahq/workflows/.github/workflows/laravel.yml@main
with:
php-version: ${{ matrix.php-version }}
connection: ${{ matrix.connection }}
Expand All @@ -25,7 +25,7 @@ jobs:
connection: [sqlite, mysql]

reporting:
uses: monicahq/workflows/.github/workflows/reporting.yml@fix-results
uses: monicahq/workflows/.github/workflows/reporting.yml@main
with:
project: monicahq_marketing_site
secrets:
Expand Down

0 comments on commit 9bfa636

Please sign in to comment.