Skip to content

Commit

Permalink
Change CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Oct 15, 2023
1 parent c858e99 commit 5a0e7f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set default branch
run: git remote set-head origin --auto
shell: bash

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

0 comments on commit 5a0e7f5

Please sign in to comment.