Skip to content

Commit 6ff003b

Browse files
Merge pull request #480 from immutable/chore/update-sample-app-tutorial
chore: updated the tutorial to invoke automation to docs repo
2 parents 27e4000 + 8257e3b commit 6ff003b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish-passport-tutorials.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
# Run when changes are pushed to Passport tutorials or metadata
55
push:
66
branches:
7-
# - main
8-
- chore/sample-app-tutorial
7+
- main
98
paths:
109
- 'sample/Assets/Scripts/Passport/**/tutorial.md'
1110
- 'sample/Assets/Scripts/Passport/**/metadata.json'

sample/Assets/Scripts/Passport/_tutorials~/SetCallTimeout/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
</div>
66

7-
The Set Call Timeout feature allows developers to configure the timeout duration for API calls within the Immutable Passport SDK. This enables greater control over network operations, allowing customization of how long the application should wait for responses before timing out
7+
The Set Call Timeout feature allows developers to configure the timeout duration for API calls within the Immutable Passport SDK. This enables greater control over network operations, allowing customization of how long the application should wait for responses before timing out.
88

99
<div class="button-component">
1010

0 commit comments

Comments
 (0)