diff --git a/.github/workflows/publish-passport-tutorials.yml b/.github/workflows/publish-passport-tutorials.yml index e7881ae9..47f2f255 100644 --- a/.github/workflows/publish-passport-tutorials.yml +++ b/.github/workflows/publish-passport-tutorials.yml @@ -4,8 +4,7 @@ on: # Run when changes are pushed to Passport tutorials or metadata push: branches: - # - main - - chore/sample-app-tutorial + - main paths: - 'sample/Assets/Scripts/Passport/**/tutorial.md' - 'sample/Assets/Scripts/Passport/**/metadata.json' diff --git a/sample/Assets/Scripts/Passport/_tutorials~/SetCallTimeout/tutorial.md b/sample/Assets/Scripts/Passport/_tutorials~/SetCallTimeout/tutorial.md index 41f48d7f..fc498330 100644 --- a/sample/Assets/Scripts/Passport/_tutorials~/SetCallTimeout/tutorial.md +++ b/sample/Assets/Scripts/Passport/_tutorials~/SetCallTimeout/tutorial.md @@ -4,7 +4,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 +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.