From 6eeb9950ae765420f5d60cb788240c61eb0b6cf5 Mon Sep 17 00:00:00 2001 From: Jaesang Lee Date: Mon, 25 Apr 2022 22:10:09 +0000 Subject: [PATCH] Fix destination-github-username to repository owner --- .github/workflows/merge_main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge_main.yml b/.github/workflows/merge_main.yml index 9826027..f6d1a1c 100644 --- a/.github/workflows/merge_main.yml +++ b/.github/workflows/merge_main.yml @@ -41,7 +41,7 @@ jobs: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: source-directory: 'output' - destination-github-username: 'openinfradev' + destination-github-username: ${{ github.repository_owner }} destination-repository-name: 'decapod-manifests' user-email: 'taco_support@sk.com' commit-message: See ORIGIN_COMMIT