From 62f504e3df02c4424b6ca9881b7fe381d5e58c8a Mon Sep 17 00:00:00 2001 From: Maxi Rosson Date: Sun, 3 Dec 2023 15:06:38 -0300 Subject: [PATCH] Fixed Passport 2 release notes url --- .github/workflows/check-releases.yml | 2 +- items/passport-batch-2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-releases.yml b/.github/workflows/check-releases.yml index 52f16b9..039a477 100644 --- a/.github/workflows/check-releases.yml +++ b/.github/workflows/check-releases.yml @@ -35,7 +35,7 @@ jobs: passport-batch-2: uses: ./.github/workflows/check-release-template.yml with: - item-id: passport-batch-2 + item-id: passport2 github-org: Foundation-Devices github-repo: passport-firmware onekey-mini: diff --git a/items/passport-batch-2.json b/items/passport-batch-2.json index 95b953a..3ad94a0 100644 --- a/items/passport-batch-2.json +++ b/items/passport-batch-2.json @@ -276,7 +276,7 @@ "links": [ { "title": "Release Notes", - "url": "https://github.com/Foundation-Devices/passport-firmware/releases" + "url": "https://github.com/Foundation-Devices/passport2/releases" } ] },