Skip to content

Commit 1616a4b

Browse files
committed
chore(actions): remove ref option
1 parent 7228b1f commit 1616a4b

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
steps:
2222
- name: Checkout codes
2323
uses: actions/checkout@v3
24-
with:
25-
ref: ${{ github.head_ref }}
2624

2725
- name: Install pnpm
2826
uses: pnpm/action-setup@v2
@@ -53,8 +51,6 @@ jobs:
5351
steps:
5452
- name: Checkout codes
5553
uses: actions/checkout@v3
56-
with:
57-
ref: ${{ github.head_ref }}
5854

5955
- name: Install pnpm
6056
uses: pnpm/action-setup@v2
@@ -85,8 +81,6 @@ jobs:
8581
steps:
8682
- name: Checkout codes
8783
uses: actions/checkout@v3
88-
with:
89-
ref: ${{ github.head_ref }}
9084

9185
- name: Install pnpm
9286
uses: pnpm/action-setup@v2

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
steps:
1717
- name: Checkout codes
1818
uses: actions/checkout@v3
19-
with:
20-
ref: ${{ github.head_ref }}
2119

2220
- name: Setup Node
2321
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)