Skip to content

Commit

Permalink
fixup! Merge branch 'develop' of [email protected]:Dolibarr/dolibarr.git…
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
mdeweerd committed Dec 4, 2023
1 parent 20300e4 commit d98f69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpcsfixer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
- uses: actions/checkout@v4
name: Default checkout
- uses: rmacklin/fetch-through-merge-base@v0
if: github.event == 'push'
if: github.event_name == 'push'
with:
base_ref: develop
head_ref: ${{ github.sha }}
- uses: rmacklin/fetch-through-merge-base@v0
if: github.event == 'pull_request'
if: github.event_name == 'pull_request'
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit d98f69b

Please sign in to comment.