Skip to content

Commit 94f9517

Browse files
committed
Updated comment
1 parent 6e2fec3 commit 94f9517

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/automation-trigger-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: SaaS SDK Automation Tests
2+
23
on:
34
workflow_dispatch:
45
pull_request:
@@ -23,7 +24,7 @@ jobs:
2324
steps:
2425
- name: Check out code
2526
uses: actions/checkout@v3
26-
- name: Install the Apple certificate and provisioning profile and export IPA
27+
- name: Install the Apple certificate and provisioning profile
2728
env:
2829
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
2930
P12_PASSWORD: ${{ secrets.P12_PASSWORD }}

0 commit comments

Comments
 (0)