From a1a20f217238707be68552ce7f214e5bbd48b9ef Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 29 Jun 2024 12:34:32 +0530 Subject: [PATCH] Fix target branch for json --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4deaa6a..1557916 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -98,5 +98,5 @@ jobs: destination-repository-name: 'wiki' user-email: github-actions[bot]@users.noreply.github.com user-name: github-actions[bot] - target-branch: main + target-branch: master commit-message: Distro metadata - Update Ubuntu 24.04 to v${{ env.isotag }}