Skip to content

Commit 8e0c4db

Browse files
committed
little fix
1 parent 5b83013 commit 8e0c4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
with:
25-
ref: ${{ github.sha }} # Используем входной параметр sha
25+
ref: ${{ github.sha }}
2626
token: ${{ github.token }}
2727

2828
- name: Set up JDK

0 commit comments

Comments
 (0)