Skip to content

Commit c37eea7

Browse files
authored
Remove ref option from checkout step
Removed the ref option from the checkout step. Signed-off-by: Manas Manohar <[email protected]>
1 parent e5c914c commit c37eea7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/prettify_code.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616
with:
17-
ref: ${{ github.head_ref }}
1817
fetch-depth: 0
1918

2019
- name: Prettify code
@@ -24,4 +23,4 @@ jobs:
2423
prettier_version: 2.8.8
2524
prettier_options: --write **/*.{js,md}
2625
same_commit: true
27-
26+

0 commit comments

Comments
 (0)