From ec1c1c90705118e23aceb976a1ade517a2031694 Mon Sep 17 00:00:00 2001 From: darrenmelvison1 Date: Tue, 27 May 2025 14:01:25 +1000 Subject: [PATCH 1/2] chore: updated the tutorial to invoke automation to docs repo --- .../Scripts/Passport/_tutorials~/SetCallTimeout/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
From 8257e3bd037bfa28a11532571db8ae457985b9e9 Mon Sep 17 00:00:00 2001 From: darrenmelvison1 Date: Tue, 27 May 2025 14:05:52 +1000 Subject: [PATCH 2/2] fix: updated workflow branch --- .github/workflows/publish-passport-tutorials.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'