Skip to content

Commit

Permalink
ci(github): checkout with the correct PR ref in dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 18, 2023
1 parent 16f79a0 commit e213aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
submodules: true

- name: Setup PHP
Expand Down

0 comments on commit e213aac

Please sign in to comment.