Skip to content

Commit 16697b1

Browse files
committed
Fix workflow repo
1 parent db648d7 commit 16697b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-swift.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
script: |
105105
await github.rest.actions.createWorkflowDispatch({
106106
owner: 'bitwarden',
107-
repo: 'sdk',
107+
repo: 'sdk-internal',
108108
workflow_id: 'release-swift.yml',
109109
ref: 'main',
110110
inputs: {

0 commit comments

Comments
 (0)