We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebe3f6 commit 40b5566Copy full SHA for 40b5566
.github/workflows/build_kotlin.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout
12
uses: actions/checkout@v4
13
with:
14
- ssh-key: ${{ secrets.SSH_KEY }}
+ ref: main
15
- name: Install rust
16
run: |
17
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
.github/workflows/build_swift.yml
- ref: build/swift
0 commit comments