Skip to content

Commit 8653b43

Browse files
committed
Fix YML
1 parent 2cb3597 commit 8653b43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@master
1616
- name: Install Certificates
17-
uses: apple-actions/import-codesign-certs@v1
18-
with:
17+
uses: apple-actions/import-codesign-certs@v1
18+
with:
1919
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
2020
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
2121
- name: Test

0 commit comments

Comments
 (0)