Skip to content

Commit

Permalink
Omit repository name on checkout in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Sep 11, 2023
1 parent a58350c commit 62d50a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
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 62d50a3

Please sign in to comment.