We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b83013 commit 8e0c4dbCopy full SHA for 8e0c4db
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v4
24
with:
25
- ref: ${{ github.sha }} # Используем входной параметр sha
+ ref: ${{ github.sha }}
26
token: ${{ github.token }}
27
28
- name: Set up JDK
0 commit comments