Skip to content

Commit

Permalink
Actually do the fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
eholum committed Oct 21, 2024
1 parent 618156b commit 18df4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ runs:
run: git fetch --unshallow
shell: bash

- name: Ensure commits from forks are fetched (testing)
run: git ls-remote
- name: Ensure commits from forks are fetched
run: git fetch origin +refs/heads/${{ github.head_ref }}:refs/remotes/origin/${{ github.head_ref }}
shell: bash

- name: Check that every commit name includes an issue reference like "#1"
Expand Down

0 comments on commit 18df4f4

Please sign in to comment.