Skip to content

Commit 93b9059

Browse files
authored
Removed ref from checkout action (#758)
1 parent 6ec5b5f commit 93b9059

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
runs-on: macos-latest
1717
steps:
1818
- uses: actions/checkout@v4
19-
with:
20-
ref: ${{ github.head_ref }}
2119
- name: Set up JDK
2220
uses: actions/setup-java@v4
2321
with:

.github/workflows/pull_request_target.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
contents: write
1616
steps:
1717
- uses: actions/checkout@v4
18-
with:
19-
ref: ${{ github.head_ref }}
2018
- name: Set up JDK
2119
uses: actions/setup-java@v4
2220
with:

0 commit comments

Comments
 (0)