Skip to content

Commit

Permalink
An attempt to fix the failing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Sep 11, 2023
1 parent 36995f1 commit a58350c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Set up PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit a58350c

Please sign in to comment.